Fix zsh theme linking
This commit is contained in:
parent
6c2e4bee8a
commit
23eb8b6453
4
setup.sh
4
setup.sh
@ -58,8 +58,8 @@ function setup_zsh() {
|
||||
echo "Setting up zsh..."
|
||||
check_or_install zsh zsh
|
||||
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
|
||||
cd $HOME/.oh-my-zsh/custom
|
||||
ln -s $DIR/zsh/themes
|
||||
cd $HOME/.oh-my-zsh/custom/themes
|
||||
ln -s $DIR/zsh/themes/raoul.zsh-theme raoul.zsh-theme
|
||||
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="raoul"/' $HOME/.zshrc
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user