|
|
|
|
|
by dolni
652 days ago
|
|
What happens when you need to link a file that does not support comments like that? For example, something which stores its config as plain JSON. Or how about when you want to symlink an entire directory? For example something like neovim, considering that you may want to split config into separate files for organization. My neovim configuration has an "autoload setup" so any lua files inside the config directory are automatically required. Lastly, this approach does not appear to support running commands. My dotfile install script ensures that tmux plugins are installed, the terminal font I use is available, and some other stuff that you need to invoke a command or script to achieve. I like that the approach is simple, but I do not think it can support even relatively common use cases very well. |
|