README: add git section

This commit is contained in:
He4eT 2023-03-28 13:50:37 +03:00
commit 59014b920c

View file

@ -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`