-
-
Notifications
You must be signed in to change notification settings - Fork 8
manage_dots
To update HyDE, you will need to pull the latest changes from GitHub and restore the configs by running the following commands:
cd ~/HyDE/Scripts
git pull
./install.sh -r
Important
Please note that any configurations you made will be overwritten if listed to be done so as listed by Scripts/restore_cfg.psv
.
However, all replaced configs are backed up and may be recovered from in ~/.config/cfg_backups
.
In addition to the command above, you can modify the Scripts/restore_cfg.psv. The documentation on is on the file.
Important
"restore" in further context is restoring the dotfiles from the repository to your $HOME, not the other way around.
./restore_cfg.sh </path/to/file.psv > <optional /path/to/hyde/clone`
- most likely you want to
cd ~/HyDE/Scripts
./restore_cfg.sh ./restore_cfg.psv
Themes are located at Scripts/themepathcer.lst
A User can create a new themepatcher list file and use this file to be installed instead.
example, we can have my_themes.lst
./restore_thm.sh /path/to/my_themes.lst
As a second update option, you can use Hyde restore ...
, which does have a better way of managing restore and backup options.
For more details, you can refer to Hyde-cli - dots management wiki.