- Create a symlink for
.gitconfigand.zshrcin your user's home folder:
$ ln -s "$(pwd)/.gitconfig" ~/.gitconfig
$ ln -s "$(pwd)/.zshrc" ~/.zshrcThis will ensure every change made to your .zshrc and global git config variables gets reflected in this repository.
- Create a symlink for the
emulatorplugin in your zsh plugins folder.
The path to the zsh plugins folder may vary depending on how zsh was installed: https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
$ ln -s "$(pwd)/zsh-plugins/emulator" ~/.oh-my-zsh/plugins