viasite-ansible / ansible-role-zsh

Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
https://habrahabr.ru/post/323496/
MIT License
347 stars 85 forks source link

OS specific plugins #2

Closed popstas closed 7 years ago

popstas commented 7 years ago

For example:


if [ $OS == 'OSX' ]; then
  antigen bundle brew
fi
popstas commented 7 years ago

Also, command-not-found add 900 ms to startup time in OSX.