.dotfiles/.zshrc

36 lines
680 B
Bash

autoload antigen
source ~/.aliases
source ~/.loadenv.sh
source ~/.dotfiles/antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundle nerdfonts
# antigen theme ys
antigen bundle nojhan/liquidprompt
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-completions
antigen bundle git
antigen apply
source ~/.antigen/bundles/nojhan/liquidprompt/liquidprompt
source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/variant-chevron.conf
source ~/.antigen/bundles/nojhan/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
# source <(/home/sortion/.cargo/bin/starship init zsh --print-full-init)
if [[ -x /usr/bin/fortune ]]; then
fortune
fi