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.
Jacopo De Simoi a9c672fbda fix lunarized palette 11 months ago
.XCompose.d [XCompose] Add XCompose config 7 years ago
breeze-lunarized-dark-thinkpad [plasma-theme] No constrast effect 6 years ago
.XCompose fix lunarized palette 11 months ago
.Xresources fix lunarized palette 11 months ago
Lunarized.colors [kde] Add KDE widgets colorscheme 7 years ago
Lunarized.colorscheme [konsole] Add Lunarized colorscheme for konsole 7 years ago
README.org Add termux colorscheme 6 years ago
breezerc [kde] Add breeze decorations dotfile 7 years ago
cava.config [cava] Add dotfile 7 years ago
colors.properties Add termux colorscheme 6 years ago
config.ncmpcpp [ncmpcpp] Add dotfile 7 years ago
htoprc [htop] add htop configuration 7 years ago
kwinrulesrc [kde] Add kwin rules file 7 years ago
kxkbrc [kde] Add kde keyboard configuration 7 years ago
tmux.conf Fix README 6 years ago

README.org

dotfiles

Collection of dotfiles and configuration files, for backup and sharing purposes

tmux

Configuration file /wilderjds/dotfiles/src/branch/master/.tmux.conf

Install:

  ln .tmux.conf ~

.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:

ln .Xresources ~

termux colorscheme

Install

ln colors.properties ~/.termux

konsole colorscheme

The colorscheme is Lunarized: /wilderjds/dotfiles/src/branch/master/Lunarized.colorscheme

  ln Lunarized.colorscheme ~/.local/share/konsole

plasma colorscheme

Install:

mkdir -p ~/.local/share/plasma/desktoptheme
ln -s $PWD/breeze-lunarized-dark-thinkpad ~/.local/share/plasma/desktoptheme/

KDE widget colorscheme

The colorscheme is /wilderjds/dotfiles/src/branch/master/Lunarized.colors. Install:

ln Lunarized.colors ~/.local/share/color-schemes/

Breeze decoration configuration

File: /wilderjds/dotfiles/src/branch/master/breezerc. Install

ln breezerc ~/.config

kwin rules

ln kwinrulesrc ~/.config

kde keyboard layout configuration

This entry takes care of setting the layout every time a keyboard is connected. Note that this is conditional on my patches for plasma-desktop

ln kxkbrc ~/.config

htop

mkdir -p ~/.config/htop
ln htoprc ~/.config/htop/htoprc

cava

Configuration file /wilderjds/dotfiles/src/branch/master/cava.config

Please note that some config options (e.g. gradient_discrete) only make sense on my branch (github)

Install:

  ln cava.config ~/.config/cava/config

ncmpcpp

Configuration file /wilderjds/dotfiles/src/branch/master/config.ncmpcpp

Please note that some config options only work on my fork (github)

Install:

  mkdir ~/.config/ncmpcpp
  ln config.ncmpcpp ~/.config/ncmpcpp/config

XCompose

The configuration file is split into files in the .XCompose.d directory

  ln .XCompose ~
  mkdir ~/.XCompose.d
  ln .XCompose.d/* ~/.XCompose.d