- Append the following line to your .zshrc after installing ohmyzsh
source /PATH/TO/THIS/REPO/myzsh.sh
- Edit the list of plugins to enable in the ~/.zshrc
- For VS Code plugin, open the Command Palette via (F1 or ⇧⌘P) and type shell command > choose ...
Shell Command: Install 'code' command in PATH
- For VS Code plugin, open the Command Palette via (F1 or ⇧⌘P) and type shell command > choose ...
plugins=(
git
golang
kubectl
vscode
)
- Mod the robbyrussell theme
cd ~/.oh-my-zsh/themes
rm robbyrussell.zsh-theme
ln -s /PATH/TO/THIS/REPO/robbyrussell.zsh-theme
cd;
ln -s /PATH/TO/THIS/REPO/.vimrc .vimrc
cd ~/.ssh;
ln -s /PATH/TO/THIS/REPO/ssh_config config