My configuration files.
To install every dependency required (only works on Arch-based distributions):
cd os/arch && make dependencies
make
If you get an error pointing out that a configuration file already exists, please follow the
Reinstall
instructions.
- Run
chsh -s $(which fish) $USER
to change your login shell - Spawn a new login shell
- Install Vim plugins (see documentation)
- Install Tmux plugins (see documentation)
make re
make clean