Skip to content

Instantly share code, notes, and snippets.

@IlanFrumer
Last active June 12, 2020 14:45
Show Gist options
  • Save IlanFrumer/3e7dc684f9b528ae85de76f6e002ab70 to your computer and use it in GitHub Desktop.
Save IlanFrumer/3e7dc684f9b528ae85de76f6e002ab70 to your computer and use it in GitHub Desktop.
antibody zsh setup for ubuntu server
ZSH_THEME="bira"
DISABLE_AUTO_UPDATE="true"
source <(antibody init)
antibody bundle robbyrussell/oh-my-zsh kind:dummy
export ZSH=$(antibody path robbyrussell/oh-my-zsh)
antibody bundle robbyrussell/oh-my-zsh
antibody bundle robbyrussell/oh-my-zsh path:plugins/git
antibody bundle robbyrussell/oh-my-zsh path:plugins/pip
antibody bundle robbyrussell/oh-my-zsh path:plugins/command-not-found
antibody bundle robbyrussell/oh-my-zsh path:plugins/colored-man-pages
antibody bundle zsh-users/zsh-syntax-highlighting
antibody bundle zsh-users/zsh-autosuggestions
apt install zsh -y
curl -sfL git.io/antibody | sh -s - -b /usr/local/bin
curl https://gist.githubusercontent.com/IlanFrumer/3e7dc684f9b528ae85de76f6e002ab70/raw/.zshrc > .zshrc
chsh -s $(which zsh)
@IlanFrumer
Copy link
Author

IlanFrumer commented Jun 10, 2020

sh -c "$(curl -fsSL https://gist.githubusercontent.com/IlanFrumer/3e7dc684f9b528ae85de76f6e002ab70/raw/install.sh)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment