This commit is contained in:
2025-02-14 00:22:51 -08:00
parent 3968bda374
commit 75b737a413
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
### Quick Start
```
wget -qO- quickstart.sh | bash
```
### Install
```

View File

@@ -8,6 +8,8 @@
curl
docker
dust
file
findutils
ghostty
git
neovim
@@ -92,6 +94,7 @@
catp = "bat -p";
btop = "btop --utf-force";
open = "xdg-open";
rebuild = "sudo home-manager switch";
};
initExtra = ''
@@ -106,7 +109,6 @@
oh-my-zsh = {
enable = true;
#plugins = ["thefuck"];
};
};
};

View File

@@ -47,4 +47,6 @@ sudo echo "/home/$USER/.nix-profile/bin/zsh" | sudo tee -a /etc/shells
chsh -s /home/$USER/.nix-profile/bin/zsh $USER
source ~/.zshrc
echo "Restarting Shell, log back in"
exit