This repo's purpose is to gather all the dotfiles I need for my setup, with all the scripts needed to install them smoothly.
You need stow in order to configure the dotfiles
This small config file sets up my keyboard to a QWERTY-intl-altgr layout
In order to make it work, simply copy the file 00-keyboard.conf into
/etc/X11/xorg.conf.d/
This small config file sets up my Kensington slimblade pro. The most important option being:
conf Option "LeftHanded" "true"
In order to make it work, simply copy the file 01-trackball.conf into
/etc/X11/xorg.conf.d/
Just run ./configure at the root level of this repo.
The ./configure script is supposed to install the tmux plugin manager.
All the plugins are declared in the tmux.conf file. However, at this step the plugins
are not installed.
We need to install them inside Tmux with the PREFIX I key binding