]> xn--ix-yja.es Git - alex.git/commitdiff
Setup weechat config symlink
authoralex <alex@pdp7.net>
Sat, 21 Oct 2023 19:53:41 +0000 (21:53 +0200)
committeralex <alex@pdp7.net>
Sat, 21 Oct 2023 19:54:55 +0000 (21:54 +0200)
scripts/p7s/nextcloud.py

index 0077c3a4e204e10c2a1c3a9df47e2a409a663655..260a3d348a01d602794c149e0aa067c8a0f39d41 100755 (executable)
@@ -38,3 +38,5 @@ def setup_nextcloud():
         replaced_dotfile = pathlib.Path.home() / ("." + relative_dotfile.parts[0][1:])
         if not replaced_dotfile.exists():
             subprocess.run(["ln", "-s", dotfile, replaced_dotfile], check=True)
+
+    subprocess.run(["ln", "-s", "~/.weechat", "~/.config/weechat"], check=True)