Skip to content
forked from skiant/dotfiles

Basic doftiles to streamline workflow on Windows using git bash

Notifications You must be signed in to change notification settings

ignace/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic doftiles to streamline workflow on Windows using git bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%