Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 875 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 875 Bytes

F**k yeah dotfiles

Personal collection of dotfiles to work at home & at work with git bash for Windows. Heavily inspired by Mathias Bynens' dotfiles

Installation with GitHub for Windows

I'm assuming you already installed Git for Windows and the GitHub Windows Client

First of all, push the "Clone in Windows" button.

Then, create a symlink by launching an instance of cmd as administrator and typing this:

MKLINK /D %HOMEPATH%\dotfiles %HOMEPATH%\Documents\GitHub\dotfiles

Finally, add this line into your .bashrc (it should be in your home folder, create if necessary).

[ -n "$PS1" ] && source ~/dotfiles/.bash_profile