My configuration files.
To install every dependency required:
- For macOS: See the Darwin script.
- For Ubuntu: See the Ubuntu script.
Note: I primarily use macOS, so the Ubuntu script might not be up to date.
The os/arch
scripts were designed to install everything on a minimal Arch Linux CLI installation, including the window manager and applications. However, it is now deprecated and may not work as expected.
cd os/darwin && 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