Update install script to fetch directly from github

This commit is contained in:
wiz 2022-07-24 22:55:21 +02:00 committed by GitHub
parent 0b4eec9163
commit ac40c82974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
install -c -o root -g wheel -m 644 .zshrc /usr/local/etc/zshrc
install -c -o root -g wheel -m 644 functions/prompt_wunjo_setup /usr/local/share/zsh/site-functions/
install -c -o root -g wheel -m 644 functions/zgitinit /usr/local/share/zsh/site-functions/
wget https://raw.githubusercontent.com/mempool/zshrc/master/.zshrc && install -c -o root -g wheel -m 644 .zshrc /usr/local/etc/zshrc
wget https://raw.githubusercontent.com/mempool/zshrc/master/functions/prompt_wunjo_setup && install -c -o root -g wheel -m 644 /usr/local/share/zsh/site-functions/
wget https://raw.githubusercontent.com/mempool/zshrc/master/functions/zgitinit && install -c -o root -g wheel -m 644 functions/zgitinit /usr/local/share/zsh/site-functions/