matyama / configs

Configuration and scripts for Ubuntu desktop
MIT License
2 stars 0 forks source link

Move config linking to install targets #2

Open matyama opened 3 years ago

matyama commented 3 years ago

As mentioned in commit 53d56bb6a7d5eeef8486888c88bc485d5d096e94, current Makefile setup has all the config linking as part of single target links.

It might be cleaner to link configs while/after installation of appropriate tool. E.g. to link all zsh config as part of (or aftter) installing (oh-my-)zsh. The rationale is that configs have to be linked just once as all the changes are propagated to the repo anyways.