Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I persist my tide config to share across machines? #516

Open
jriddy opened this issue Jul 29, 2024 · 1 comment
Open

How do I persist my tide config to share across machines? #516

jriddy opened this issue Jul 29, 2024 · 1 comment
Labels
❓ question This issue is a question

Comments

@jriddy
Copy link

jriddy commented Jul 29, 2024

I'm trying to use chezmoi to persist my config across machines.

I would have thought to use the tide configure line that prints out at the end of as a bit of ~/.config/fish/config.fish, but this doesn't seem to take until after the second prompt I hit when logging in. Obviously something is off.

Is there a preferred way to ensure tide configs are set up correctly on a machine?

Screenshot 2024-07-29 at 17 24 13

@jriddy jriddy added the ❓ question This issue is a question label Jul 29, 2024
@HerveMARTIN
Copy link

Hi,
Also interested by this thread.
I handle my dotfiles with dotbot, it would be great to save a config file but there is no documentation mentioning this kind of file...
Although I found a workaround, dotbot config allow to link some file from my dotfiles (files or folder) repo to a local path, but also to run some commands...
Here is an example, but you can find more in my dotfiles repo :

- shell:
    - "fisher update"
    - "tide configure --auto --style=Classic --prompt_colors='True color' --classic_prompt_color=Dark --show_time='24-hour format' --classic_prompt_separators=Angled --powerline_prompt_heads=Sharp --powerline_prompt_tails=Flat --powerline_prompt_style='One line' --prompt_spacing=Compact --icons='Many icons' --transient=Yes"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓ question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants