Skip to content

Instantly share code, notes, and snippets.

View rasmuschristensen's full-sized avatar
💭
Working remotely

Rasmus Tolstrup Christensen rasmuschristensen

💭
Working remotely
View GitHub Profile
@NoobsArePeople2
NoobsArePeople2 / gist:4490307
Last active August 15, 2018 20:10
Configuration for .bash_profile on OSX to get some Posh-Git features.
  1. Open Terminal move to your home folder: cd ~

  2. Enable git colors: git config --global color.ui true

  3. Make a file called ".colors": touch .colors

  4. Open .colors and paste the following: