From fa7675894d3a3c6f661322d5a4a8523552ad830f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Thu, 16 Mar 2017 14:06:05 +0100 Subject: [PATCH] Fix oh-my-zsh. --- .gitmodules | 3 +++ .zshrc | 2 +- script.sh | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules 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