#!/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"