25 lines
356 B
Bash
25 lines
356 B
Bash
PLUGINS=$(cat $HOME/.shell/etc/plugins)
|
|
|
|
antigen bundles <<EOBUNDLES
|
|
git
|
|
battery
|
|
emoji
|
|
dotenv
|
|
command-not-found
|
|
common-aliases
|
|
composer
|
|
ubuntu
|
|
extract
|
|
git
|
|
gitignore
|
|
jsontools
|
|
man
|
|
mosh
|
|
sudo
|
|
themes
|
|
vscode
|
|
systemd
|
|
MichaelAquilina/zsh-emojis
|
|
shengyou/robo-zsh-plugin
|
|
EOBUNDLES
|