#!/usr/bin/env sh # Reminder: curl -sL dot.chray.cc | bash git clone --separate-git-dir=$HOME/.dotfiles https://github.com/chaorace/.dotfiles.git tmpdotfiles rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/ rm -rf tmpdotfiles source $HOME/.bashrc dotfiles config --local status.showUntrackedFiles no