2015-07-19 12:16:03 +01:00
|
|
|
[![Build Status](https://travis-ci.org/cyplo/dotfiles.svg?branch=master)](https://travis-ci.org/cyplo/dotfiles)
|
|
|
|
|
2013-10-26 09:10:48 +01:00
|
|
|
My common dotfiles for Linux, Mac and Cygwin
|
|
|
|
|
2013-11-12 15:29:09 +00:00
|
|
|
e.g. my vim, terminal and font configs.
|
2013-10-09 18:53:50 +01:00
|
|
|
|
2014-03-29 20:13:06 +00:00
|
|
|
install:
|
2015-01-24 08:56:59 +00:00
|
|
|
|
|
|
|
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
|
2015-01-25 08:57:25 +00:00
|
|
|
./ubuntu/configure_fresh_system
|
|
|
|
# or /debian/.. or /fedora/..
|
2013-10-26 09:17:57 +01:00
|
|
|
|
2015-07-04 07:12:54 +01:00
|
|
|
GNOME extensions list:
|
|
|
|
* Clipboard Indicator
|
|
|
|
* Hibernate Status Button
|
|
|
|
* Pixel Saver
|
|
|
|
|
2014-10-29 06:41:05 +00:00
|
|
|
TODO:
|
2015-07-25 15:13:22 +01:00
|
|
|
* make the list of packages for the different debian-based distros shared among them
|
2014-10-29 06:41:05 +00:00
|
|
|
* automate adding backports to debian-based distros
|
2015-07-04 07:12:54 +01:00
|
|
|
* automate adding gnome extensions
|