Go to file
2019-05-02 07:50:55 +01:00
.config Add link created after enabling restic backup service 2019-05-02 07:50:55 +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 Add NVM to be installed on all systems 2018-10-15 14:29:14 +02: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@1f4601e44c update zprezto 2019-04-06 16:58:27 +01:00
common Add nixos config 2019-03-26 09:55:52 +00:00
fedora remove unused package 2019-05-01 22:12:57 +01:00
fonts using DejaVu font as default in terminator 2016-05-03 20:52:31 +02:00
macosx Remove deprecated option 2019-03-04 14:46:42 +00:00
nixos Add samsung printers 2019-04-30 11:39:38 +01:00
tools Add nixos config 2019-03-26 09:55:52 +00:00
ubuntu Remove rvm from teh base images, as per problems with getting keys 2019-03-18 15:02:04 +00:00
windows Update base images (#156) 2018-06-03 17:10:28 +01:00
.alacritty.yml Ala alacritty config 2019-04-18 11:08:21 +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 explicit gpg2 setting for git 2018-11-17 19:53:56 +00: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 Restore git pager 2019-03-26 10:07:03 +00: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 Ignore vim view files 2019-01-19 09:40:56 +00:00
.gitlab-ci.yml Migrate to fedora 30 2019-05-01 16:40:38 +01: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 cleanup zsh env 2019-01-20 13:09:46 +00:00
.tmux.conf Remove broken tmux config 2019-03-26 10:08:16 +00:00
.tmux.macosx Fix Fedora terminal (#100) 2017-02-12 11:47:30 +00:00
.travis.yml update to newest xcode 2019-01-20 15:58:21 +00:00
.vimrc Add nerdtree 2019-02-22 16:08:40 +00:00
.vimrc.keymap make got to definition more accessible 2019-02-25 16:28:13 +00:00
.vimrc.plugins Customize vim in nix 2019-04-02 21:00:00 +01:00
.vimrc.plugins-settings Add small quality of life improvements to the nixos config 2019-03-31 13:36:20 +01:00
.vimrc.settings vim to autoreload from disk 2019-03-01 10:12:32 +00:00
.zpreztorc Better iTerm support (#129) 2017-08-22 09:15:02 +01:00
.zprofile cleanup zsh configs 2019-01-20 13:39:04 +00:00
.zshrc Enable tmate to cooperate with tmux that is always there 2019-03-18 13:03:05 +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
firefox-no-single-tab custom firefox chrome 2018-06-10 17:54:37 +01:00
keeweb.desktop fedora upgrade 2018-11-17 19:41:41 +00:00
LICENSE Update LICENSE 2017-10-07 11:47:40 +01:00
README.md Update README.md 2019-05-01 16:42:23 +01:00
rvmrc Make sure rvmrc does not interfere with loading of dotfiles dir 2019-03-04 14:24:33 +00:00
test.sh use bash explicitly 2019-01-20 12:49:55 +00:00

Build Status Build status pipeline 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 -t ed2551    
cat .ssh/id_ed25519.pub 
#add the above key to github
mkdir ~/dev
cd ~/dev
git clone git@github.com:cyplo/dotfiles.git
cd dotfiles
./fedora/up.sh
# or ./ubuntu/up.sh

GNOME extensions list:

  • Clipboard Indicator
  • Hibernate Status Button
  • Pixel Saver

TODO:

  • automate adding gnome extensions