The deploy
script sets up my terminal environment. It creates symbolic links from this directory to the respective
config file and installs oh-my-zsh and vim plugins.
The following programs are needed to set up the environment:
- zsh
- git
- vim
- cmake (for installing YouCompleteMe)
If any of these programs are not installed, deploy
print which ones are missing and exit.
- Execute the
deploy
script.
./deploy
- Enter your password to authorize oh-my-zsh to change your login shell.
- Wait for the shell to change, then logout. Press
ctrl+d
or typeexit
. This is because the oh-my-zsh install script logs into zsh as its last step. This halts thedeploy
script. - Log into zsh.
zsh