.dotfiles/.zshrc

46 lines
936 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 chucknorris
antigen bundle rand-quote
# antigen bundle nojhan/liquidprompt
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle colored-man-pages
antigen bundle git
antigen apply
# source ~/.antigen/bundles/nojhan/liquidprompt/liquidprompt
# source ~/.antigen/bundles/nojhan/liquidprompt/themes/powerline/powerline.theme && lp_theme powerline
# 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 ! type /usr/bin/fortune > /dev/null; then
fortune
fi