Added solution to issue #304 to docs, so no one has to scour GitHub issues for how to sync tide configuration across machines.

pachungulo 2024-08-29 23:26:52 -04:00
parent 9eb5b17357
commit 562f69f65a

@ -0,0 +1,7 @@
If you want to use tide across many different machines, it's recommended to use `tide configure --auto` in a script like this:
tide configure --auto --style=Lean --prompt_colors='16 colors' --show_time=No --lean_prompt_height='Two lines' --prompt_connection=Dotted --prompt_spacing=Compact --icons='Few icons' --transient=Yes
Add this line to whatever script or program you use to sync your dotfiles **after** tide is installed, either through git syncing or `fisher update`.
To generate your version of the above command, run `tide configure` normally and press **p** at the end, and the corresponding `tide configure --auto` command will be printed to the screen.