Skip to content

Instantly share code, notes, and snippets.

@tvorogme
Created September 18, 2023 15:22
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 tvorogme/e98eb93a1d35393d76819f5a4e5ecba8 to your computer and use it in GitHub Desktop.
Save tvorogme/e98eb93a1d35393d76819f5a4e5ecba8 to your computer and use it in GitHub Desktop.
source ~/projects/antigen.zsh
# Load the oh-my-zsh's library. antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git # Lots of git aliases
####### antigen bundle Tarrasch/zsh-autoenv # Suppoert for folder specific
#envirronment
antigen bundle pip # Python package manager autocomplete helper
antigen bundle command-not-found
antigen bundle common-aliases # Common aliases like ll and la
antigen bundle djui/alias-tips # Alias reminder when launching a command
antigen bundle arialdomartini/oh-my-git #Cool git theme
antigen bundle archlinux # Aliases for pacman and yaourt (if installed)
antigen bundle ssh-agent # Launch ssh-agent
antigen bundle history # aliases for showing and searching history
antigen bundle lol # Some funny aliases (cf
# https://gist.github.com/norova/848213)
antigen bundle systemd # Aliases for systemctl functions
antigen bundle tig # Aliases for tig
antigen bundle sudo # Esc twice to add sudo in fornt of any command
antigen bundle web-search # literally google things for command-line
# Syntax highlighting bundle.
# ALREADY INSTALLED AND LOADED VIA PACMAN/ARCHLINUX
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen theme half-life
antigen apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment