Go to file
2015-10-17 21:05:23 +02:00
.config added redshift to autostart 2015-10-17 21:05:23 +02:00
.conky changed network interface name for conky 2015-05-29 22:34:27 +02: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@cbc1a0806e oh my zsh upgrade 2015-09-19 21:02:53 +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 YouCompleteMe added 2015-09-20 11:28:27 +02:00
common added redshift to autostart 2015-10-17 21:05:23 +02:00
cygwin vim plugins update 2014-10-30 14:38:10 +01:00
debian install scripts split into subfolders 2015-01-25 09:47:12 +01:00
fedora gajim build dependencies added to fedora initial install script 2015-09-30 22:12:24 +02:00
fonts inconsolata for windows 2013-11-16 21:52:21 +01:00
mac inconsolata for windows 2013-11-16 21:52:21 +01:00
tools blame script added, to be used for wide local repo searches 2015-04-27 16:30:43 +02:00
travis apt-file added 2015-07-25 16:13:29 +02:00
ubuntu install thinkpad support under ubuntu - installer script added 2015-08-15 08:18:25 +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 surname with ł instaed of l 2015-08-23 14:45:39 +02: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 added persistent undo/redo to vim 2015-03-16 07:00:25 +01:00
.gitmodules YouCompleteMe added 2015-09-20 11:28:27 +02:00
.kdiff3rc kdiff3 as a default diff tool under linux 2015-03-11 21:37:36 +01:00
.minttyrc better font settings for cygwin, kdiff3 works with git difftool now 2013-11-27 10:10:17 +01:00
.tmux.conf use ctrl-a as prefix in tmux 2015-10-11 09:17:25 +02:00
.travis.yml take care of submodules on our own on CI 2015-07-19 11:26:15 +02:00
.vimrc Better buffer navigation for vim - more shortcuts. 2015-09-23 16:49:46 +02:00
.zshrc added .local/bin to PATH 2015-09-11 21:23:22 +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

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