.dotfiles/.zshrc

50 lines
975 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 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 bundle nojhan/liquidprompt
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)
export DOTMATRIX_SPACED=1
# if [ "$TMUX" = "" ]; then tmux; fi
if type fortune > /dev/null; then
fortune
fi