Just a repo containing collection of my Linux themes. Currently only one theme is available.
For managing themes a theme-manager.sh
script was created, which provides following functionalities:
- installing themes
- listing themes
- creating proper dotfiles backups
- restoring selected backup
- listing backups
- deleting backups
$ chmod +x theme-manager.sh
$ ./theme-manager.sh <COMMAND>
Available commands are:
- list-themes
- install
- restore-backup
- create-backup
- list-backups
- delete-backups
Before applying theme check proper theme's requirements. Then run command:
$ ./theme-manager.sh install
The script will ask you which theme to install and then apply selected theme.
When directories in ~/.config
directory must be overwritten then backup of overwritten directories will be created, which can be restored later.
$ ./theme-manager.sh restore-backup
Next select a backup version you want to restore.
Note Backups are saved as archives in
~/.theme-manager
directory. Please do not remove directory content manually.