diff --git a/README.md b/README.md index 333c4f6..5d42165 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Bootstrap -1. `git clone https://github.com/He4eT/dotfiles.git ~/.dotfiles` +1. `git clone https://github.com/He4eT/dotfiles.git ~/dotfiles` 1. Add [ppa:kgilmer/speed-ricer](https://launchpad.net/~kgilmer/+archive/ubuntu/speed-ricer) to your system's Software Sources 1. Run `./installPackages.sh` 1. Run `./apply.sh` @@ -18,6 +18,11 @@ 1. Copy `firefox/userChrome.css` to `{Root Directory}/chrome/userChrome.css` 1. Customize interface +# git + +1. `git config --global core.pager 'less -S'` +1. `git config --global pull.rebase true` + # etc 1. Add `PATH="$HOME/apps/bin:$PATH"` to `~/.profile`