Skip to content

Instantly share code, notes, and snippets.

@gustawho
Created July 10, 2020 21:17
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 gustawho/218c8a018c7ebe9270ad1842102f866f to your computer and use it in GitHub Desktop.
Save gustawho/218c8a018c7ebe9270ad1842102f866f to your computer and use it in GitHub Desktop.
~/.zshrc
#####################
##### ZSHRC #####
#####################
ZSH=/usr/share/oh-my-zsh/
ZSH_THEME=""
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
if [[ ! -d $ZSH_CACHE_DIR ]]; then
mkdir $ZSH_CACHE_DIR
fi
DISABLE_AUTO_UPDATE="true"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
plugins=(
adb
ansible
ant
archlinux
# battery
cargo
colored-man-pages
colorize
command-not-found
dirhistory
docker
docker-compose
docker-machine
emoji
git
git-auto-fetch
git-extras
github
git-prompt
gnu-utils
gpg-agent
gradle
kate
mercurial
node
npm
nvm
pip
python
react-native
ruby
ssh-agent
sudo
svn
svn-fast-info
systemadmin
systemd
vscode
zsh-navigation-tools
zsh_reload
)
eval "$(starship init zsh)"
[ -r $ZSH/oh-my-zsh.sh ] && . $ZSH/oh-my-zsh.sh
[ -r ~/.aliases.zsh ] && . ~/.aliases.zsh
[ -r ~/.exports.zsh ] && . ~/.exports.zsh
[ -r ~/.functions.zsh ] && . ~/.functions.zsh
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh
source /usr/share/doc/pkgfile/command-not-found.zsh
[ -d /usr/share/fonts/awesome-terminal-fonts ] && source /usr/share/fonts/awesome-terminal-fonts/*.sh
@gustawho
Copy link
Author

awesome-terminal-fonts
oh-my-zsh-git
zsh
zsh-autosuggestions
zsh-completions
zsh-fast-syntax-highlighting-git
zsh-history-substring-search
zsh-lovers
zsh-you-should-use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment