mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
README: add git section
This commit is contained in:
parent
0c6df99d6e
commit
59014b920c
1 changed files with 6 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue