dotfiles

dotfiles


Nix CSS TypeScript Shell Just Ruby
Last updated on

Dotfiles config with Home-manager, Nix-Darwin & Homebrew

Manual install

sudo apt-get install curl
sh <(curl -L https://nixos.org/nix/install) --daemon
# Accept all nix requests
nix-shell -p home-manager git
# -- inside nix-shell --
git clone [email protected]:Stephen-Hallett/dotfiles.git # or https://github.com/Stephen-Hallett/dotfiles.git

home-manager switch --impure --extra-experimental-features "nix-command flakes" --flake ~/dotfiles && exec zsh
exit
which zsh | sudo tee -a /etc/shells && chsh -s $(which zsh) && exec zsh # Set zsh as default shell
hms # Alias for home-manager switch which should exist after applying config
© 2025 Stephen Hallett