This is a repo for syncing configuration files across my personal devices, there is no guarantee it will work properly on your device. The configurations are also messy and break frequently. Use at your own risk.
Install Nix through the Determinate Nix Installer:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Install Home Manager through one of the methods listed in the manual
Make sure you have Git installed on your system, then run the following line of commands to clone the repo, remove the autogenerated home.nix file, then symlink the one inside the repo:
git clone https://github.com/brine-egg/dotfiles $HOME/.dotfiles && home-manager switch --flake $HOME/.dotfiles
I could probably have simplified the process a lot more with a script or something but I'm too lazy and dumb for that
This repo contains files from the Catppuccin project used for applying the colour theme across several programs. The Miniplug Zsh plugin manager is embedded inside this repo, as I use it to install and update Zsh plugins. The Nix flake based configurations uses the nix-starter-configs repo as a template.