설명 없음

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!