My personal dotfiles, so far including zsh and neovim.
Ensure git is installed and run the following to clone the repository in a
temporary directory and run install.sh script:
tmpdir="$(mktemp -d)"
git clone 'https://github.com/sewiti/dotfiles.git' "$tmpdir" && "$tmpdir/install.sh"
rm -rf "$tmpdir"