mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
Added solution to issue #304 to docs, so no one has to scour GitHub issues for how to sync tide configuration across machines.
parent
9eb5b17357
commit
562f69f65a
7
Syncing-your-tide-config-in-your-dotfiles.md
Normal file
7
Syncing-your-tide-config-in-your-dotfiles.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user