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 exist, please follow
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