Go to file
2016-07-09 13:21:42 +02:00
.config use bold font in terminator 2016-06-05 15:10:28 +02:00
.conky removed unused conky assets 2015-12-12 13:41:59 +01:00
.gconf/apps/gnome-terminal some minor gnome terminal profile changes 2013-11-16 21:52:22 +01:00
.local/share/fonts local fontconfig added, supporting inconsolata and powerline patches 2013-11-16 21:52:21 +01:00
.oh-my-zsh@7fabc8bca4 oh-my-zsh upgrade 2016-07-01 11:59:39 +02:00
.oh-my-zsh-plugins added zsh-syntax-highlightning explicitely 2015-07-03 23:35:00 +02:00
.Slic3r slic3r version upgrade 2015-01-24 09:52:01 +01:00
.vim moved all plugins to vundle 2016-07-09 13:21:42 +02:00
bunsen compile vim only after all other configs done 2016-06-24 15:55:29 +02:00
common Vundle used to install Vundle 2016-07-09 12:57:56 +02:00
cygwin vim plugins update 2014-10-30 14:38:10 +01:00
fedora do not use vim-racer nor install racer globally anymore, use YCM for completion solely 2016-07-09 11:35:41 +02:00
fonts using DejaVu font as default in terminator 2016-05-03 20:52:31 +02:00
mac inconsolata for windows 2013-11-16 21:52:21 +01:00
tools explicitely reinstall linux-image-generic on ubuntu, after removing old kernel 2016-04-10 16:06:52 +02:00
travis excercism added 2016-04-10 19:38:38 +02:00
ubuntu do not install vim from sources on ubuntu, as the one provided is recent enough 2016-07-05 12:02:52 +02:00
.conkyrc bunsen's conkyrc added 2016-05-03 20:20:46 +02:00
.ghci ghci config added 2015-02-28 22:39:29 +01:00
.gitattributes first commit 2013-09-16 11:21:10 +02:00
.gitconfig.cygwin no backup files after merge 2014-02-03 14:39:12 +01:00
.gitconfig.linux slight font changes + zsh vim bindings 2013-11-16 21:52:21 +01:00
.gitconfig.linux.private new signing key for git 2014-08-10 12:27:26 +02:00
.gitconfig.mac gitconfig split for mac 2013-11-16 21:52:20 +01:00
.gitconfig_includes.common fancy diff added 2016-02-16 11:31:50 +01:00
.gitconfig_includes.cygwin use p4merge under windows, for mergetool only 2015-04-22 10:59:00 +02:00
.gitconfig_includes.mac gitconfig split for mac 2013-11-16 21:52:20 +01:00
.gitignore Vundle used to install Vundle 2016-07-09 12:57:56 +02:00
.gitmodules moved all plugins to vundle 2016-07-09 13:21:42 +02:00
.kdiff3rc new resolution support in kdiff3's config 2016-05-18 14:41:15 +02:00
.minttyrc better font settings for cygwin, kdiff3 works with git difftool now 2013-11-27 10:10:17 +01:00
.setenv env var setting extracted out to allow use in the common configuration script 2016-06-04 09:12:19 +02:00
.tmux.conf use ctrl-a as prefix in tmux 2015-10-11 09:17:25 +02:00
.travis.yml initial ubuntu support, backported over from bunsen 2016-07-05 11:39:13 +02:00
.vimrc moved all plugins to vundle 2016-07-09 13:21:42 +02:00
.zshrc benice alias added 2016-07-09 10:47:51 +02:00
LICENSE added a license file 2015-03-16 07:24:17 +01:00
README.md TODO list updated with the package list deduplication note 2015-07-25 16:13:22 +02:00
test corrected path to dockerized tests in travis 2016-07-01 22:55:05 +02:00

Build Status

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
./ubuntu/configure_fresh_system
# or /debian/.. or /fedora/..

GNOME extensions list:

  • Clipboard Indicator
  • Hibernate Status Button
  • Pixel Saver

TODO:

  • make the list of packages for the different debian-based distros shared among them
  • automate adding backports to debian-based distros
  • automate adding gnome extensions