- .tmux.conf
- .tmux.conf.d
Copy files to your home folder:
cp --parents -R .tmux.conf .tmux.conf.d ~
find . -type f -name '*tmux*' | xargs -I % cp --parents % ~
Set CapsLock as a modifier key in tmux:
xmodmap -e 'keycode 0x42 = F10' && echo "xmodmap -e 'keycode 0x42 = F10'" >> ~/.xprofile
- .urxvt/ext/selection-autotransform
- .Xresources.d/urxvt
Copy files to your home folder:
find . -type f -name '*rxvt*' | xargs -I % cp --parents % ~