My dotfiles, meant to be used on Windows on a Unix-like environment like Git Bash
# Will ask for a choice for each conflicting file
sh -i <(curl -s https://raw.githubusercontent.com/flesler/dotfiles/master/install.sh)
# No confirmation, existing files are automatically overwritten
sh <(curl -s https://raw.githubusercontent.com/flesler/dotfiles/master/install.sh)
df=~/dotfiles
git clone git://github.com/flesler/dotfiles.git $df
sh -i $df/install.sh -U
Download the files you want or the whole zip and place them in your $HOME
.