#+TITLE: dotfiles Collection of dotfiles and configuration files, for backup and sharing purposes * [[https://github.com/tmux/tmux][tmux]] Configuration file [[.tmux.conf]] Install: #+BEGIN_SRC sh ln .tmux.conf ~ #+END_SRC * .Xresources This is needed for - ~emacs~ (to set fonts before parsing the init file) - ~urxvt~ (to set the font and the colorscheme) - ~xterm~ (to set the font and the colorscheme) Install: #+BEGIN_SRC sh ln .Xresources ~ #+END_SRC * konsole colorscheme The colorscheme is Lunarized: [[Lunarized.colorscheme]] #+BEGIN_SRC sh ln Lunarized.colorscheme ~/.local/share/konsole #+END_SRC * plasma colorscheme Install: #+BEGIN_SRC sh mkdir -p ~/.local/share/plasma/desktoptheme ln -s $PWD/breeze-lunarized-dark-thinkpad ~/.local/share/plasma/desktoptheme/ #+END_SRC