Skip to content

Syncing your tide config in your dotfiles

pachungulo edited this page Aug 30, 2024 · 1 revision

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.

Clone this wiki locally