.dotfiles/.zshrc

26 lines
347 B
Bash

autoload antigen
source ~/.aliases
source ~/.dotfiles/antigen/antigen.zsh
source ~/.loadenv.sh
antigen use oh-my-zsh
antigen bundle nerdfonts
antigen theme ys
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-completions
antigen bundle git
antigen apply
if [[ -x /usr/bin/fortune ]]; then
fortune
fi