Last active
June 12, 2020 14:45
-
-
Save IlanFrumer/3e7dc684f9b528ae85de76f6e002ab70 to your computer and use it in GitHub Desktop.
antibody zsh setup for ubuntu server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sh -c "$(curl -fsSL https://gist.githubusercontent.com/IlanFrumer/3e7dc684f9b528ae85de76f6e002ab70/raw/install.sh)"