Skip to content

Instantly share code, notes, and snippets.

@bugarela
Last active December 12, 2018 22:00
Show Gist options
  • Save bugarela/218077d1fea31b19f74b103dfdfa166d to your computer and use it in GitHub Desktop.
Save bugarela/218077d1fea31b19f74b103dfdfa166d to your computer and use it in GitHub Desktop.
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/root/.oh-my-zsh"
#GEOMETRY_PROMPT_PLUGINS=(virtualenv exec_time git hg)
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
#ZSH_THEME="robbyrussell"
#ZSH_THEME="rkj-repos"
#ZSH_THEME="wedisagree"
ZSH_THEME="avit"
#ZSH_THEME="sorin"
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
docker-compose
colored-man-pages
colorize
command-not-found
copydir
copyfile
cp
extract
web-search
emoji-clock
debian
dircycle
)
source $ZSH/oh-my-zsh.sh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment