This is my (supposedly cross-platform) system configuration managed with rcm. This is an updated and consolidated version of my previous configs: arch, mac, xmonad, fish, vim, arch-xmonad-zsh.
If you are using Ubuntu, first execute the following to install the required software:
./.install/ubuntu
Then, use rcup
from rcm
to setup the configs you need using tags, for
example:
rcup -t xmonad -t shell -t vim
To uninstall the configs, run:
rcdn -t xmonad -t shell -t vim
You can also just run ./.install/all-tags
to setup all configs.