surf-zsh-plugin
Installation for oh-my-zsh
-
In the command line, change to
oh-my-zshplugins directory:$ take ~/.oh-my-zsh/custom/plugins -
Clone the repository into a new directory called
surf:git clone https://github.com/markussom/surf.plugin.zsh.git surf -
Include
surfplugin to your .zshrc file along with other plugins:... plugins=(osx brew git surf) ...
-
Restart your terminal application.