2022-12-13 06:33:15 +01:00
|
|
|
autoload antigen
|
|
|
|
|
2023-03-01 14:08:03 +01:00
|
|
|
source ~/.loadenv.sh
|
|
|
|
|
2023-08-16 08:41:12 +02:00
|
|
|
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
|
|
|
|
|
2023-03-01 14:08:03 +01:00
|
|
|
antigen bundle nerdfonts
|
|
|
|
|
2023-07-24 09:58:16 +02:00
|
|
|
antigen theme ys
|
2022-12-13 06:33:15 +01:00
|
|
|
|
2023-07-20 13:55:29 +02: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
|
|
|
|
|
2023-07-20 13:55:29 +02:00
|
|
|
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
|
2023-03-01 14:08:03 +01:00
|
|
|
|
2023-11-23 14:17:36 +01:00
|
|
|
|
|
|
|
export DOTMATRIX_HOST_LOCAL=""
|
2023-11-23 13:49:23 +01:00
|
|
|
export DOTMATRIX_SPACED=1
|
2023-07-20 13:55:29 +02:00
|
|
|
|
2023-11-23 13:49:23 +01:00
|
|
|
source ~/.antigen/bundles/nojhan/liquidprompt/liquidprompt
|
2023-07-19 17:47:28 +02:00
|
|
|
|
2023-08-16 08:41:12 +02:00
|
|
|
|
2023-11-23 13:49:23 +01:00
|
|
|
source ~/.dotfiles/liquidprompt/lp-dotmatrix/presets/variant-chevron.conf
|
2023-08-16 08:41:12 +02:00
|
|
|
|
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
|
|
|
|