Go to file
coolneng 8b2ecad3ad
Change tmux colorscheme to iceberg
2019-11-23 02:13:12 +01:00
Xresources Update cherry font config 2019-10-23 20:55:15 +02:00
compton/.config Change compton's transparency to 91% 2019-03-26 18:56:53 +01:00
conky Populate dotfiles repository 2019-03-24 15:03:56 +01:00
deluge/.config/deluge Remove and add again deluge files because of updated gitignore 2019-05-28 02:32:38 +02:00
emacs Add "CANCELLED" state for tasks 2019-11-22 02:29:21 +01:00
fish/.config/fish Replace '/home/coolneng' with $HOME or ~ 2019-11-20 16:48:51 +01:00
fonts/.config/fontconfig Update cherry font config 2019-10-23 20:55:15 +02:00
git/.config/git Add GPG signature to git commits 2019-11-16 22:19:35 +01:00
imapnotify/.config/imapnotify Update imapnotify's paths 2019-08-27 01:03:16 +02:00
khal/.config/khal Increase timedelta in khal 2019-10-09 16:37:12 +02:00
khard/.config/khard Populate dotfiles repository 2019-03-24 15:03:56 +01:00
latex/.config/texmf Add latex templates 2019-05-06 10:23:37 +02:00
mbsync Remove plain text password from mbsync 2019-08-27 01:08:54 +02:00
mpd Replace '/home/coolneng' with $HOME or ~ 2019-11-20 16:48:51 +01:00
mpv/.config/mpv Exclude vp9 from youtube-dl codecs 2019-11-22 02:29:36 +01:00
msmtp Fix absolute paths in mail stack 2019-08-29 23:22:57 +02:00
neofetch/.config/neofetch Populate dotfiles repository 2019-03-24 15:03:56 +01:00
neomutt Fix incompatible mailboxes names in neomutt 2019-11-20 16:21:33 +01:00
notmuch Add notmuch dotfiles 2019-08-27 01:05:13 +02:00
openbox Replace '/home/coolneng' with $HOME or ~ 2019-11-20 16:48:51 +01:00
pandoc/.pandoc/templates Add latekiss template 2019-10-28 01:43:22 +01:00
pass-git/.config/pass-git-helper Add username caching for git via pass 2019-11-22 02:34:08 +01:00
polybar/.config/polybar Change muted label in polybar 2019-09-10 20:24:46 +02:00
redshift/.config Add redshift dotfiles 2019-08-25 03:41:34 +02:00
rofi/.config/rofi Add rofi dotfiles 2019-08-25 03:41:24 +02:00
scripts/.scripts Add GPLv3 to the scripts' assets 2019-10-09 20:33:12 +02:00
ssh/.ssh Update ssh config according to the new zion system 2019-10-23 20:55:58 +02:00
stalonetray Add stalonetray config file 2019-05-30 21:14:39 +02:00
syncthing/.config/syncthing Add syncthing config and update relevant paths 2019-11-11 22:14:20 +01:00
tmux Change tmux colorscheme to iceberg 2019-11-23 02:13:12 +01:00
vdirsyncer/.config/vdirsyncer Change URL and HTTPS fingerprint in vdirsyncer 2019-11-11 22:14:46 +01:00
vim Change vim colorscheme to iceberg 2019-11-23 02:13:02 +01:00
weechat/.weechat Remove redundant efnet server from weechat 2019-11-07 00:06:47 +01:00
zathura/.config/zathura Populate dotfiles repository 2019-03-24 15:03:56 +01:00
.gitignore Add syncthing config and update relevant paths 2019-11-11 22:14:20 +01:00
.gitmodules Replace vim-fugitive with gina and gitgutter 2019-07-16 18:21:28 +02:00
LICENSE.md Licence the repository under the 2-Clause BSD License 2019-03-24 19:55:54 +01:00
README.org Update Readme 2019-11-17 16:55:51 +01:00

README.org

Dotfiles

Compilation of my essential configs, managed with GNU stow

Every configuration file is categorized, inside a parent folder.

If you want to deploy them without using GNU stow, copy the configuration file with the corresponding folder hierarchy, in your home folder. For example:

  cd vim
  cp .vimrc ~/.vimrc
  cp -R .vim ~/.vim