mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 11:31:57 +03:00
1
Syncing your tide config in your dotfiles
pachungulo edited this page 2024-08-29 23:26:52 -04:00
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.