README updated to contain paste-able instructions
This commit is contained in:
parent
4a5f791e45
commit
6d83b32c73
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
@ -3,12 +3,19 @@ My common dotfiles for Linux, Mac and Cygwin
|
|||
e.g. my vim, terminal and font configs.
|
||||
|
||||
install:
|
||||
clone this repo
|
||||
run install_fedora.sh or install_ubuntu.sh to setup the whole box
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install git # or yum install git
|
||||
|
||||
ssh-keygen -b 8192
|
||||
cat ~/.ssh/id_rsa.pub
|
||||
#add the above key to github
|
||||
mkdir ~/dev
|
||||
cd ~/dev
|
||||
git clone git@github.com:cyplo/dotfiles.git
|
||||
cd dotfiles
|
||||
./install_ubuntu #or ./install_fedora
|
||||
|
||||
TODO:
|
||||
* use terminator for all configs
|
||||
* investigate chsh failing
|
||||
* automate adding backports to debian-based distros
|
||||
* automate enabling hibernation on ubuntu
|
||||
|
||||
|
|
Loading…
Reference in a new issue