zsh/install.sh

9 lines
223 B
Bash
Raw Normal View History

2020-09-03 15:36:46 +00:00
#!/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"