Go to file
2016-09-18 14:50:04 +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@774c4eca6f Upgrade oh my zsh 2016-08-21 10:02:42 +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 remove obsolete gitmodules 2016-07-09 13:25:48 +02:00
common do not use python3 under ubuntu trusty as YCM does not compile under it 2016-09-15 06:43:04 +02:00
cygwin Add cygwin's mintty config 2016-08-21 18:21:48 +02:00
debian Do not perform ugprade on Jessie on CI, as it timeouts 2016-09-16 09:32:06 +02:00
fedora Merge remote-tracking branch 'github/master' into vim8 2016-09-14 21:59:18 +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 showdns tool added 2016-09-18 14:50:04 +02:00
travis excercism added 2016-04-10 19:38:38 +02:00
ubuntu Use python2 development files for YCM under trusty 2016-09-15 18:56:45 +02:00
windows_cygwin rebuild YCM on Linux but not under cygwin 2016-09-10 15:19:33 +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 always proper line ending for sh scripts 2016-08-05 10:56:39 +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 Normalize the .gitignore 2016-08-20 10:20:59 +02:00
.gitconfig_includes.cygwin Added P4Merge and WinMerge as git diff tools on cygwin 2016-07-12 15:35:12 +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 Add cygwin's mintty config 2016-08-21 18:21:48 +02:00
.kdiff3rc Update full window kdiff3 state 2016-09-14 22:06:51 +02:00
.minttyrc better font settings for cygwin, kdiff3 works with git difftool now 2013-11-27 10:10:17 +01:00
.setenv Add Virtualbox as the default provider in vagrant 2016-07-24 16:06:59 +02:00
.tmux.conf use ctrl-a as prefix in tmux 2015-10-11 09:17:25 +02:00
.travis.yml Fix Travis env definition for Jessie 2016-09-16 09:33:03 +02:00
.vimrc.common.epilogue Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.common.plugins Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.common.prelude Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.cygwin Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.cygwin.plugins Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.cygwin.settings Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.linux Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.linux.plugins Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.linux.settings Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.zshrc install Ruby via choco on Windows instead of RVM 2016-08-11 14:46:02 +02:00
appveyor.yml launch powershell explicitely on appveyor 2016-07-30 12:07:49 +02:00
LICENSE added a license file 2015-03-16 07:24:17 +01:00
README.md add appveyor build status badge 2016-07-31 09:52:11 +02:00
test separate script for ubuntu trusty 2016-08-04 17:11:27 +02:00

Build Status 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