-
clone the repo to
~/.config
git clone [email protected]:2009/config.git $HOME/config
-
Install dependencies
pacman -S vim zsh cmake python3
-
Run the setup script
./setup.sh
NOTE: Sparkup requires python2, you may need to modify the following line in sparkup.py:
#!/usr/bin/env python
To:
#!/usr/bin/env python2
Used to disable caps lock.
Add the following to .xinitrc:
setxkbmap -option caps:none