You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 :
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?
The text was updated successfully, but these errors were encountered: