omerxx / dotfiles

My dotfiles synced form localhost and remote machines

Home Page:https://dotfiles.omerxx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Use .stowrc

ConductiveFoam opened this issue · comments

Just came about your repository and wanted to suggest using the Stow resource file as I think it's just free ergonomics

Interesting!
This is just a preconfigured rc file for stow that can sit in the repo?
That's the idea?

Exactly, you put it in the directory from where you usually execute stow. See this example from my old dotfiles: I specify the target and --no-folding because I realized that I wrote out those two for almost all invocations anyway.

Thanks!