add install script
This commit is contained in:
parent
6d4a395cc0
commit
e45a7887f7
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
git clone https://github.com/tarjoilija/zgen.git "$HOME/.config/zsh/zgen"
|
||||
|
||||
if [ -e "$HOME/.zshrc" ] ; then
|
||||
mv "$HOME/.zshrc" "$HOME/.zshrc-original-$(date +%s)"
|
||||
fi
|
||||
ln -s "$HOME/.config/zsh/zshrc" "$HOME/.zshrc"
|
Loading…
Reference in New Issue