summarylogtreecommitdiffstats
path: root/zsh-antidote.install
diff options
context:
space:
mode:
authorseth2022-08-14 22:09:06 -0400
committerseth2022-08-14 22:09:06 -0400
commitc99e31a5a367503e5982e5f790c571d35989f969 (patch)
tree0fb5ee8abe56527cc55a8e96141addf7f22bcf26 /zsh-antidote.install
downloadaur-c99e31a5a367503e5982e5f790c571d35989f969.tar.gz
initial commit
Diffstat (limited to 'zsh-antidote.install')
-rw-r--r--zsh-antidote.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/zsh-antidote.install b/zsh-antidote.install
new file mode 100644
index 000000000000..127328627105
--- /dev/null
+++ b/zsh-antidote.install
@@ -0,0 +1,16 @@
+function info() {
+ antidote_dir="/usr/share/antidote"
+ echo "--------------------------------------------------"
+ echo "antidote has been installed to $antidote_dir"
+ echo "put this in your zshrc to use it!"
+ echo "
+ source '/usr/share/antidote/antidote.zsh'
+ antidote bundle < $ZDOTDIR/.zsh_plugins.txt > $ZDOTDIR/.zsh_plugins.zsh
+ source $ZDOTDIR/.zsh_plugins.zsh
+ "
+ echo "--------------------------------------------------"
+}
+
+function post_install() {
+ info
+}