Skip to content

scor/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful bash routines for developing with git on mac os. Includes Git completion and Git-aware PS1.

Based on Git completion with input from msonnabaum.

See screenshot of Git-aware PS1 in action.

Installation

  1. Add this line at the bottom of your local .bash_profile, .profile or .bashrc:

    . "$HOME/dotfiles/.profile"
    
  2. If you don't already have a .gitconfig in your HOME directory, copy dotfiles/.gitconfig into your home directory and tweak the username and email address. If you already have your own .gitconfig, choose the lines you like from dotfiles/.gitconfig and add them to your .gitconfig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages