]> xn--ix-yja.es Git - alex.git/commitdiff
Remove deprecated weechat
authoralex <alex@pdp7.net>
Sat, 23 Mar 2024 18:52:31 +0000 (19:52 +0100)
committeralex <alex@pdp7.net>
Sat, 23 Mar 2024 18:52:31 +0000 (19:52 +0100)
scripts/p7s/nextcloud.py

index 7bd228d2afd259bc01e9005d320ec9c3798ff90d..8aed8329774c2c1acdbea48a3be3a99458688f98 100755 (executable)
@@ -46,5 +46,3 @@ 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)