Compare commits

...

3 Commits

1 changed files with 3 additions and 3 deletions

View File

@ -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
}
@ -69,7 +69,7 @@ function setup_topydo() {
return
fi
echo "Set up topydo (as 'todo')..."
check_or_install virtualenv python3-virtualenv
check_or_install virtualenv "virtualenv python3-virtualenv"
cd $HOME/.config
ln -s $DIR/topydo
virtualenv -p python3 $HOME/.topydo