Created
July 10, 2020 21:17
-
-
Save gustawho/218c8a018c7ebe9270ad1842102f866f to your computer and use it in GitHub Desktop.
~/.zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################### | |
##### 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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