dotfiles/README.md

23 lines
482 B
Markdown
Raw Normal View History

2013-10-26 10:10:48 +02:00
My common dotfiles for Linux, Mac and Cygwin
2013-11-12 16:29:09 +01:00
e.g. my vim, terminal and font configs.
2013-10-09 19:53:50 +02:00
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
./ubuntu/configure_fresh_system
# or /debian/.. or /fedora/..
2013-10-26 10:17:57 +02:00
TODO:
* automate adding backports to debian-based distros
2013-10-26 10:17:57 +02:00