added update mechanism
This commit is contained in:
@@ -8,8 +8,7 @@ bash install.sh
|
|||||||
## Update
|
## Update
|
||||||
|
|
||||||
```
|
```
|
||||||
git pull
|
bash update.sh
|
||||||
bash install.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Updating Configurations
|
## Updating Configurations
|
||||||
|
|||||||
@@ -94,7 +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";
|
rebuild = "home-manager switch";
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user