Skip to content

Instantly share code, notes, and snippets.

@farhangithub27
Last active February 11, 2022 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farhangithub27/6a722edf2eb58523ad4b797a75ef79f8 to your computer and use it in GitHub Desktop.
Save farhangithub27/6a722edf2eb58523ad4b797a75ef79f8 to your computer and use it in GitHub Desktop.
custom plugins I'm using for oh my zsh/posh
git clone git@github.com:blimmer/zsh-aws-vault.git ~/.oh-my-zsh/custom/plugins/zsh-aws-vault
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# this can be installed through brew which require path set in .zshenv file as per my settings.
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# this can be installed through brew which require path set in .zshenv file as per my settings.
zsh-aliases-exa
git-open
git clone https://github.com/AlexisBRENON/oh-my-zsh-reminder ~/.oh-my-zsh/custom/plugins/reminder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment