From 927be840a4df90bcf11ab3e60d7bcce0c8723b5c Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 21 Jul 2022 00:09:20 -0400 Subject: [PATCH] ENH link flameshot --- .chezmoiignore | 6 ++++-- {dot_config/flameshot => .symlinks}/flameshot.ini | 0 dot_config/flameshot/symlink_flameshot.ini.tmpl | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) rename {dot_config/flameshot => .symlinks}/flameshot.ini (100%) create mode 100644 dot_config/flameshot/symlink_flameshot.ini.tmpl diff --git a/.chezmoiignore b/.chezmoiignore index a5e36d4..11ca91a 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -10,10 +10,12 @@ .local {{- end }} +.symlinks + {{ if ne .features.conky_alias "none" -}} -.symlinks/conky-configs +.config/conky.yml {{- end }} {{ if not .features.virtualbox -}} -.symlinks/VirtualBox.xml +.config/VirtualBox/VirtualBox.xml {{- end }} diff --git a/dot_config/flameshot/flameshot.ini b/.symlinks/flameshot.ini similarity index 100% rename from dot_config/flameshot/flameshot.ini rename to .symlinks/flameshot.ini diff --git a/dot_config/flameshot/symlink_flameshot.ini.tmpl b/dot_config/flameshot/symlink_flameshot.ini.tmpl new file mode 100644 index 0000000..0804471 --- /dev/null +++ b/dot_config/flameshot/symlink_flameshot.ini.tmpl @@ -0,0 +1 @@ +{{ .chezmoi.sourceDir }}/.symlinks/flameshot.ini \ No newline at end of file