Go to file
Cyryl Plotnicki-Chudyk a6a6102f3e ghci config added 2015-02-28 22:39:29 +01:00
.Slic3r slic3r version upgrade 2015-01-24 09:52:01 +01:00
.config common install script: make the most heavy installs last, to allow for other software to be used already. Embiggen the font in the termonator console. 2014-12-25 17:17:42 +01:00
.gconf/apps/gnome-terminal some minor gnome terminal profile changes 2013-11-16 21:52:22 +01:00
.kicad@81f5d8cecd kicad modules added 2015-02-06 19:44:41 +01:00
.local/share/fonts local fontconfig added, supporting inconsolata and powerline patches 2013-11-16 21:52:21 +01:00
.oh-my-zsh@550ccca91c oh-my-zsh upgrade 2015-02-04 17:55:49 +01:00
.vim splice vimdiff plugin added 2015-01-28 22:29:56 +01:00
common ghci config added 2015-02-28 22:39:29 +01: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 fixed path issues in the kicad installer for Fedora 2015-02-09 13:36:09 +01: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 Merge branch 'master' of github.com:cyplo/dotfiles 2015-02-28 19:27:36 +01:00
ubuntu kdiff3 added to the base ubuntu install 2015-02-08 09:17:27 +01: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 splice mergetool added 2015-01-28 22:39:37 +01:00
.gitconfig_includes.cygwin normalized path to the kdiff3 executable script in cygwin 2015-01-28 22:37:39 +01:00
.gitconfig_includes.mac gitconfig split for mac 2013-11-16 21:52:20 +01:00
.gitignore gitignore added 2014-02-03 22:11:24 +01:00
.gitmodules kicad modules added 2015-02-06 19:44:41 +01:00
.kdiff3rc kdiff3 config for windows 2014-02-11 15:17:04 +01:00
.minttyrc better font settings for cygwin, kdiff3 works with git difftool now 2013-11-27 10:10:17 +01:00
.tmux.conf tmux config added 2014-06-08 09:12:09 +02:00
.vimrc use vim 7.4 hybrid numbers 2014-11-15 14:20:41 +01:00
.zshrc history-substring-search key bindings for zsh 2015-01-24 16:52:06 +01:00
README.md common scripts cleanup - using proper path to invoke them from within ubuntu configurer 2015-01-25 09:57:25 +01:00

README.md

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/..

TODO:

  • automate adding backports to debian-based distros