52 lines
909 B
Bash
52 lines
909 B
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
|
|
|
|
|
|
export DOTMATRIX_HOST_LOCAL=""
|
|
export DOTMATRIX_SPACED=1
|
|
|
|
source ~/.antigen/bundles/nojhan/liquidprompt/liquidprompt
|
|
|
|
|
|
source ~/.dotfiles/liquidprompt/lp-dotmatrix/presets/variant-chevron.conf
|
|
|
|
source ~/.dotfiles/liquidprompt/lp-dotmatrix/presets/colors-green-red.conf
|
|
|
|
source ~/.dotfiles/liquidprompt/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
|
|
|
|
# if [ "$TMUX" = "" ]; then tmux; fi
|
|
|
|
if type fortune > /dev/null; then
|
|
fortune
|
|
fi
|
|
|