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 not sure how useful this would actually be, but in general my instinct when setting up new cli tools is to have them save their config in ~\.config, bins in ~\.local\bin etc even in Windows, especially given wider support for ~ these days.
I do this because I alternate between mac, windows and ubuntu (wsl) all the time, which don't have the same paths for the home dir, but try to standardize my cli setup between them via chezmoi (dotfiles manager). Further, on my work Mac, I cannot change my username, and it is different from my personal PC usernames.
I tried out this instinct by setting the stew paths to the above, but on windows, stew warns me that the bin path isn't available in my PATH, which I can confirm indeed is.
I can just dotfiles-track 2 stew config files, but I guess I would prefer one, especially if the stew configuration options expand more in the future.
The text was updated successfully, but these errors were encountered:
Hmm, unfortunately I don't have a Windows machine to develop on so I won't be able to reproduce this issue for now. If you're comfortable opening a PR, I would be happy to review it!
I'm not sure how useful this would actually be, but in general my instinct when setting up new cli tools is to have them save their config in
~\.config
, bins in~\.local\bin
etc even in Windows, especially given wider support for~
these days.I do this because I alternate between mac, windows and ubuntu (wsl) all the time, which don't have the same paths for the home dir, but try to standardize my cli setup between them via
chezmoi
(dotfiles manager). Further, on my work Mac, I cannot change my username, and it is different from my personal PC usernames.I tried out this instinct by setting the stew paths to the above, but on windows, stew warns me that the bin path isn't available in my
PATH
, which I can confirm indeed is.I can just dotfiles-track 2 stew config files, but I guess I would prefer one, especially if the stew configuration options expand more in the future.
The text was updated successfully, but these errors were encountered: