Go to file
2018-06-07 11:36:29 +01:00
.circleci Update base images (#156) 2018-06-03 17:10:28 +01:00
.config Merge branch 'master' of github.com:cyplo/dotfiles 2018-05-17 09:39:46 +01: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
.hyper_plugins resolve numpy conflicts on mac 2018-06-03 12:37:07 +01:00
.local/share/fonts local fontconfig added, supporting inconsolata and powerline patches 2013-11-16 21:52:21 +01:00
.Slic3r slic3r version upgrade 2015-01-24 09:52:01 +01:00
.vim migrate to vim-plug 2018-05-27 22:56:33 +01:00
.zprezto@83ab314b77 reinstall python on mac 2018-06-03 12:20:42 +01:00
common Update base images (#156) 2018-06-03 17:10:28 +01:00
fedora add more packages 2018-05-27 22:48:40 +01:00
fonts using DejaVu font as default in terminator 2016-05-03 20:52:31 +02:00
macosx relink numpy 2018-06-03 12:45:48 +01:00
tools Add tools for checking for compromised aws keys in a git repo 2018-06-07 11:36:29 +01:00
ubuntu Update base images (#156) 2018-06-03 17:10:28 +01:00
windows Update base images (#156) 2018-06-03 17:10:28 +01: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 Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitconfig.linux.private Add tools for checking for compromised aws keys in a git repo 2018-06-07 11:36:29 +01:00
.gitconfig.mac Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitconfig.windows Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitconfig_includes.common LFS default settings for all 2016-10-16 17:33:21 +02:00
.gitconfig_includes.cygwin Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitconfig_includes.mac Add Mac support (#89) 2017-01-26 05:44:03 +00:00
.gitconfig_includes.windows Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitignore Add DS Store to ignore 2017-01-15 20:02:09 +00:00
.gitmodules migrate to vim-plug 2018-05-27 22:56:33 +01:00
.hyper.js Add Mac support (#89) 2017-01-26 05:44:03 +00:00
.ideavimrc Add ideavimrc 2018-05-04 21:45:35 +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 Better iTerm support (#129) 2017-08-22 09:15:02 +01:00
.tmux.conf Fix Fedora terminal (#100) 2017-02-12 11:47:30 +00:00
.tmux.macosx Fix Fedora terminal (#100) 2017-02-12 11:47:30 +00:00
.travis.yml Remove linux builds from travis, as they now live on circle 2018-06-03 11:59:33 +01:00
.vimrc.common.epilogue map language server commands 2018-05-28 00:02:34 +01:00
.vimrc.common.plugins Better Rust support in vim 2018-05-27 23:51:05 +01:00
.vimrc.common.prelude migrate to vim-plug 2018-05-27 22:56:33 +01:00
.vimrc.linux Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.vimrc.linux.plugins Refresh plugins list 2018-05-27 23:07:20 +01:00
.vimrc.linux.settings Split vim config into a seaprate Linux and cygwin parts 2016-09-10 13:38:42 +02:00
.zpreztorc Better iTerm support (#129) 2017-08-22 09:15:02 +01:00
.zprofile Initial upgrade to fedora 28 2018-05-27 20:25:52 +01:00
.zshrc Better iTerm support (#129) 2017-08-22 09:15:02 +01: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
LICENSE Update LICENSE 2017-10-07 11:47:40 +01:00
README.md Add CircleCI badge 2018-06-05 11:25:10 +01:00
test.sh Fix Travis' reference to Mac's up script 2017-08-20 16:26:35 +02:00

Build Status Build status CircleCI

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