updates
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
### Quick Start
|
||||||
|
```
|
||||||
|
wget -qO- quickstart.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
curl
|
curl
|
||||||
docker
|
docker
|
||||||
dust
|
dust
|
||||||
|
file
|
||||||
|
findutils
|
||||||
ghostty
|
ghostty
|
||||||
git
|
git
|
||||||
neovim
|
neovim
|
||||||
@@ -92,6 +94,7 @@
|
|||||||
catp = "bat -p";
|
catp = "bat -p";
|
||||||
btop = "btop --utf-force";
|
btop = "btop --utf-force";
|
||||||
open = "xdg-open";
|
open = "xdg-open";
|
||||||
|
rebuild = "sudo home-manager switch";
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
@@ -106,7 +109,6 @@
|
|||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#plugins = ["thefuck"];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
chsh -s /home/$USER/.nix-profile/bin/zsh $USER
|
||||||
|
|
||||||
source ~/.zshrc
|
echo "Restarting Shell, log back in"
|
||||||
|
|
||||||
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user