You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
840 B
35 lines
840 B
#+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
|
|
|