.dotfiles/.zshrc

52 lines
909 B
Bash
Raw Normal View History

2022-12-13 06:33:15 +01:00
autoload antigen
source ~/.loadenv.sh
source ~/.aliases
2023-07-16 15:27:19 +02:00
source ~/.dotfiles/antigen/antigen.zsh
2022-12-13 06:33:15 +01:00
antigen use oh-my-zsh
antigen bundle nerdfonts
2023-07-24 09:58:16 +02:00
antigen theme ys
2022-12-13 06:33:15 +01:00
antigen bundle chucknorris
antigen bundle rand-quote
2022-12-13 06:33:15 +01:00
antigen bundle zsh-users/zsh-syntax-highlighting
2023-07-06 15:21:23 +02:00
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle colored-man-pages
2022-12-13 06:33:15 +01:00
antigen bundle git
2023-07-24 09:58:16 +02:00
antigen bundle nojhan/liquidprompt
2022-12-13 06:33:15 +01:00
antigen apply
export DOTMATRIX_HOST_LOCAL=""
2023-11-23 13:49:23 +01:00
export DOTMATRIX_SPACED=1
2023-11-23 13:49:23 +01:00
source ~/.antigen/bundles/nojhan/liquidprompt/liquidprompt
2023-07-19 17:47:28 +02:00
2023-11-23 13:49:23 +01:00
source ~/.dotfiles/liquidprompt/lp-dotmatrix/presets/variant-chevron.conf
2023-11-23 13:49:23 +01:00
source ~/.dotfiles/liquidprompt/lp-dotmatrix/presets/colors-green-red.conf
2023-07-19 17:47:28 +02:00
2023-11-23 13:49:23 +01:00
source ~/.dotfiles/liquidprompt/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
2023-07-24 09:58:16 +02:00
# if [ "$TMUX" = "" ]; then tmux; fi
if type fortune > /dev/null; then
fortune
2023-07-02 15:53:35 +02:00
fi
2023-11-23 13:49:23 +01:00