|
|
|
|
|
by apinstein
5165 days ago
|
|
I see you have a zshrc.local; that's the same approach I use. Unfortunately not everything supports "includes" but many, many things do. If you want to see more, https://github.com/apinstein/dotfiles I suppose another alternative might be having a private ".local" repo as a submodule, and having a rake task to concatenate and install the shared & local files. It is a tricky problem. |
|