diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b66fe48 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".oh-my-zsh"] + path = .oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh.git diff --git a/.zshrc b/.zshrc index a54ad4e..31d3bfa 100644 --- a/.zshrc +++ b/.zshrc @@ -46,7 +46,7 @@ ZSH_THEME="bira" # HIST_STAMPS="mm/dd/yyyy" # Would you like to use another custom folder than $ZSH/custom? -# ZSH_CUSTOM=/path/to/new-custom-folder +ZSH_CUSTOM=${HOME}/.config/zsh-custom # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ diff --git a/script.sh b/script.sh index 5f62138..8b29874 100755 --- a/script.sh +++ b/script.sh @@ -7,6 +7,7 @@ ln -f -s $(pwd)/.emacs.d $HOME/ ln -f -s $(pwd)/.bashrc $HOME/ ln -f -s $(pwd)/.zshrc $HOME/ ln -f -s $(pwd)/.oh-my-zsh $HOME/ +ln -f -s $(pwd)/zsh-custom $HOME/.config/zsh-custom ln -f -s $(pwd)/fish $HOME/.config ln -f -s $(pwd)/alias.sh $HOME/.config