Compare commits
2 Commits
3968bda374
...
e8bbeb7581
| Author | SHA1 | Date | |
|---|---|---|---|
| e8bbeb7581 | |||
| 75b737a413 |
16
README.md
16
README.md
@@ -1,7 +1,21 @@
|
||||
### Install
|
||||
## Install
|
||||
|
||||
```
|
||||
git clone https://github.com/Rogue-King/nix-shell-config.git
|
||||
cd nix-shell-config
|
||||
bash install.sh
|
||||
```
|
||||
## Update
|
||||
|
||||
```
|
||||
git pull
|
||||
bash install.sh
|
||||
```
|
||||
|
||||
## Updating Configurations
|
||||
|
||||
```home-manager switch```
|
||||
|
||||
or just use the alias:
|
||||
|
||||
```rebuild```
|
||||
|
||||
@@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user