Made the install script into one command

This commit is contained in:
2024-03-30 21:11:25 +00:00
parent 3e074b4c8a
commit 1724eaa831
4 changed files with 17 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ The install script works on Linux and macOS.
All configuration is done through home-manager.
If you want to use this repository, I recommend forking it and editing home.nix to your liking.
**Run `./install.sh`.**
Install: `sh <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh)`
Run `home-manager switch` to rebuild the config after changing it.