Skip to content

Instantly share code, notes, and snippets.

@andreysaksonov
Last active June 8, 2022 10:25
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 andreysaksonov/7d1fa79885a0a7a745c32745ebda8d36 to your computer and use it in GitHub Desktop.
Save andreysaksonov/7d1fa79885a0a7a745c32745ebda8d36 to your computer and use it in GitHub Desktop.
ubuntu:/home/saksonov/.zshrc
# sudo apt install zsh
# chsh -s $(which zsh)
# mkdir -p ~/.antigen && curl -L git.io/antigen > ~/.antigen/antigen.zsh
source ~/.antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundle git
antigen bundle command-not-found
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen theme romkatv/powerlevel10k
antigen apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment