Нема описа

Nikita Chursin 8e001840b9 brewfile and install script пре 1 недеља
dotbot @ da928a4c6b 4ec7484bb1 added dotbot for easy installtion пре 2 година
fonts 4107f30a49 initial config пре 5 година
hooks d77519b02f 'reusable git hooks' пре 5 година
iterm-colors a28f35eaf7 simple save пре 5 година
oh-my-zsh db1a6a0eac rpromt updated пре 1 недеља
scripts 8253348987 script for kitty theme setup пре 1 недеља
.gitignore 58c686125b updated configs пре 1 недеља
.gitmodules 4ec7484bb1 added dotbot for easy installtion пре 2 година
Brewfile 8e001840b9 brewfile and install script пре 1 недеља
README.md 21f7c4b354 updated readme пре 2 година
install 4ec7484bb1 added dotbot for easy installtion пре 2 година
install.conf.yaml 8e001840b9 brewfile and install script пре 1 недеља
zsh_plugins 58c686125b updated configs пре 1 недеља

README.md

How to install

  1. Clone this repo
  2. Run ./install
  3. Open ~/.zshrc with text editor
  4. After export ZSH="/Users/<your_user_name>/.oh-my-zsh"add export CUSTOM="/Users/<your_user_name>/.custom"
  5. Change ZSH_CUSTOM to the followingexport ZSH_CUSTOM=$CUSTOM/oh-my-zsh
  6. Change plugins var to plugins=( $(cat $CUSTOM/zsh_plugins) )
  7. Enjoy!