My personal dotfiles based around NixOS with home-manager.
# Clone repository
git clone git@github.com:karstenpedersen/dotfiles.git
cd dotfiles
# Make install.sh executable
chmod +x install.sh
# Build NixOS and home-manager
sudo nixos-rebuild switch --flake .#<hostname>