Skip to content

Instantly share code, notes, and snippets.

@gboddin
Last active April 29, 2021 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save gboddin/9f1be57e77a95d469fe5 to your computer and use it in GitHub Desktop.
Save gboddin/9f1be57e77a95d469fe5 to your computer and use it in GitHub Desktop.
antigen-zsh-config
# this file go in ~/.zshrc
# if you use the debian/ubuntu package zsh-antigen :
source /usr/share/zsh-antigen/antigen.zsh
# otherwise
# source path/to/antigen.zsh
antigen use oh-my-zsh
antigen bundle git
antigen bundle composer
antigen bundle zsh-users/zsh-syntax-highlighting
antigen theme agnoster #you need to install powerline fonts for this theme (apt-get install powerline)
antigen apply
#!/bin/bash
# this script will ask your password twice :
# 1 for admin rights to install zsh + antigen
sudo apt-get install zsh-antigen
# 2 to change your default shell to zsh
chsh -s /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment