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.
59 lines
1.6 KiB
59 lines
1.6 KiB
#+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 |
|
* KDE widget colorscheme |
|
The colorscheme is [[Lunarized.colors]]. Install: |
|
#+BEGIN_SRC sh |
|
ln Lunarized.colors ~/.local/share/color-schemes/ |
|
#+END_SRC |
|
* [[http://karlstav.github.io/cava/][cava]] |
|
Configuration file [[cava.config]] |
|
|
|
Please note that some config options (e.g. ~gradient_discrete~) only |
|
make sense on my branch ([[https://github.com/wilderjds/cava/tree/discrete-gradient][github]]) |
|
|
|
Install: |
|
#+BEGIN_SRC sh |
|
ln cava.config ~/.config/cava/ |
|
#+END_SRC |
|
* [[https://github.com/arybczak/ncmpcpp][ncmpcpp]] |
|
Configuration file [[config.ncmpcpp]] |
|
|
|
Please note that some config options only work on my fork ([[https://github.com/wilderjds/ncmpcpp][github]]) |
|
|
|
Install: |
|
#+BEGIN_SRC sh |
|
ln config.ncmpcpp ~/.config/ncmpcpp/config |
|
#+END_SRC
|
|
|