Go to file
Cyryl Płotnicki 34155478af Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
.Slic3r slic3r version upgrade 2015-01-24 09:52:01 +01:00
.config Add yubikey tools (#95) 2017-01-16 12:01:23 +00: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
.vim remove obsolete gitmodules 2016-07-09 13:25:48 +02:00
.zprezto@4f19700919 Add zprezto 2016-11-13 17:09:48 +01:00
common Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
cygwin Add cygwin's mintty config 2016-08-21 18:21:48 +02:00
debian Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
fedora Add windows debug tools (#93) 2017-01-19 10:03:34 +00: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 Change the default mount directory for runjessie to /mnt 2016-12-30 18:18:27 +00:00
travis Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
ubuntu Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
windows Add windows debug tools (#93) 2017-01-19 10:03:34 +00: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 Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
.gitconfig.cygwin Add windows debug tools (#93) 2017-01-19 10:03:34 +00: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 LFS default settings for all 2016-10-16 17:33:21 +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 Add DS Store to ignore 2017-01-15 20:02:09 +00:00
.gitmodules Add zprezto 2016-11-13 17:09:48 +01:00
.kdiff3rc Kdiff update 2016-10-07 10:01:26 +02:00
.minttyrc better font settings for cygwin, kdiff3 works with git difftool now 2013-11-27 10:10:17 +01:00
.setenv.sh Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
.tmux.conf Upgrade tmux mouse configuratio to use new tmux' verbs 2016-10-12 21:16:18 +02:00
.travis.yml Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
.vimrc.common.epilogue More verbostiy and sensitivity to errors in the installation scripts 2016-11-01 14:22:07 +01:00
.vimrc.common.plugins Add fzf + ripgrep everywhere. 2016-10-12 20:58:26 +02:00
.vimrc.common.prelude Add fzf + ripgrep everywhere. 2016-10-12 20:58:26 +02:00
.vimrc.cygwin Install vim plugins under cygwin automatically 2016-09-22 11:50:45 +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
.zpreztorc Enable modules in prezto 2016-11-13 19:13:43 +01:00
.zprofile Make ssh keyfile permissions sane on windows 2016-11-13 19:59:53 +01:00
.zshrc Make ssh keyfile permissions sane on windows 2016-11-13 19:59:53 +01:00
LICENSE added a license file 2015-03-16 07:24:17 +01:00
README.md Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
appveyor.yml Fix paths in appveyor build 2016-11-01 14:05:03 +01:00
conemu.xml Cygwin zsh as default shell in conemu 2016-11-12 16:11:25 +01:00
test.sh Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00

README.md

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.sh
# 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