dotfiles/README.md
2015-01-24 09:56:59 +01:00

454 B

My common dotfiles for Linux, Mac and Cygwin

e.g. my vim, terminal and font configs.

install:

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:

  • automate adding backports to debian-based distros