added update mechanism
This commit is contained in:
@@ -8,8 +8,7 @@ bash install.sh
|
||||
## Update
|
||||
|
||||
```
|
||||
git pull
|
||||
bash install.sh
|
||||
bash update.sh
|
||||
```
|
||||
|
||||
## Updating Configurations
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
catp = "bat -p";
|
||||
btop = "btop --utf-force";
|
||||
open = "xdg-open";
|
||||
rebuild = "sudo home-manager switch";
|
||||
rebuild = "home-manager switch";
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
|
||||
Reference in New Issue
Block a user