54 lines
1.1 KiB
Bash
54 lines
1.1 KiB
Bash
autoload antigen
|
|
|
|
source ~/.loadenv.sh
|
|
|
|
source ~/.aliases
|
|
|
|
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 ~/.dotfiles/liquidprompt/lp-mouse/preset.conf
|
|
|
|
source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/variant-chevron.conf
|
|
|
|
source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/colors_green-red.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
|