conflink 0.2.0

Utility for easy file and directory symlinking
Documentation
working-dir = "$HOME/test_conflink/"
link-from-dir = "$HOME/Developer/config/"
link-all = false

# specific link for `app_name` with no conditionals
[conflink.app_name]
link-path = "$HOME/.config/app_name"
link-to = "$HOME/dotfiles/app_name"

# specific link for `some_app` when $hostname == 'some-hostname'
[conflink.nvim]
cond = 'eq($hostname, zenith)'
link-path = "$HOME/test_conflink/nvim"
link-to = "$HOME/Developer/config/nvim"

# specific link for `some_app` when $hostname == 'some-hostname'
[conflink.ghostty]
cond = 'eq($hostname, zenith)'
link-path = "$HOME/test_conflink/ghostty"
link-to = "$HOME/Developer/config/ghostty/zenith-tmux"