|
|
|
|
|
by setopt
647 days ago
|
|
I do exactly the same: I have a Git repo that is cloned into ~/.config and that covers most of the terminal apps that I use. For the holdouts that don’t yet support that config directory, I have a short Makefile that sets up the required symlinks. So running “make” makes the links I’ll most likely need on a new server, while e.g. “make ssh” makes only the links required for that specific program. Now that tmux supports ~/.config, and vim just added support as well, that Makefile is shrinking. |
|