Skip to content

Dots Management

Khing edited this page Apr 25, 2024 · 11 revisions

Functions and Options:

Hyde [functions] [options]

  • [man]

    • 💡 This function allows you to access the usage page for Hyde-cli.
    • ⌨️ Hyde man
  • [version]

    • 💡 Use this option to display the current versionF of Hyde-cli installed on your system.
    • ⌨️ Hyde version
  • [systeminfo]

    • 💡 Get an overview of the system information, such as hardware specifications and operating system details.
    • ⌨️ Hyde systeminfo
  • [branch]

    • 💡 Set your preferred Hyde branch for development or experimentation purposes.
    • ⌨️ Hyde branch
  • [update]

    • 💡 Keep your Hyde installation up-to-date by pulling the latest updates from the Hyde repository.
    • ⌨️ Hyde update
  • [upgrade]

    • 💡 Upgrade dots from the repository to ensure you have the latest configurations.
    • ⌨️ Hyde upgrade
    • ❗ Partially complete I would recommend Hyde restore Config if you intended to update only the configurations
  • [restore]

    • 💡 Restore previous configurations or settings.
      • [Config]: Restore Dots from the default '~/.cache/hyde/.cache/hyde/hyde-Clone'.

      • 📺 https://youtu.be/l3CiiSTpJ78

      • [Clone]: Restore Dots from a Clone Repository.

      • [BackUp]: Restore Dots from a previous Backup. (Note: Files might not be complete)

      • [Link]: Link a Clone Directory. Useful for changing your CloneDir.

    • ⌨️ Hyde restore [Config/Clone/BackUp/Link]
  • [backup]

    • 💡 Manage backups of your current configuration.
      • [all]: Backup the current configuration.
      • [revert]: Revert to a Previous Backup run by Hyde backup all.
      • [list]: List available backups.
      • [clean]: Clear storage by deleting old backups.
    • ⌨️ Hyde backup [all/revert/list/clean]
  • [sync]

    • 💡 Overwrite current dots from the user.
    • ⌨️ Hyde sync
    1. Create a folder in ~/.config/hyde/user . For custom directory add 'userPrefsDir=path/to/user/directory' in '~/.config/hyde/hyde.conf' for custom user path
    2. To add files be sure to follow how the actual file hierarchy looks in $HOME
    • ❗ You're truly in control of what files you want to overwrite, overwriting critical files like scripts will break EVERYTHING!
    • 📺 image
  • [cache]

    • 💡 Manage Hyde's Cache to ensure smooth functioning.
      • [reload]: Reload Wallpaper Cache.
      • [rebuild]: Force rebuild cache.
      • Rebuilding cache requires at least 6Gb of extra storage during the whole process.
    • ⌨️ Hyde cache [reload/rebuild]
  • [theme]

    • 💡 Customize themes for your environment.
      • [set]: Set Theme.
      • [next]: Next Theme.
      • [prev]: Previous Theme.
      • [select]: Theme Selector.
      • [patch]: Patch A Theme from different repository.
    • ⌨️ Hyde theme [set/next/prev/select/patch]

Clone this wiki locally