diff options
| -rwxr-xr-x | scripts/p7s/nextcloud.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/p7s/nextcloud.py b/scripts/p7s/nextcloud.py index 0077c3a4..260a3d34 100755 --- a/scripts/p7s/nextcloud.py +++ b/scripts/p7s/nextcloud.py @@ -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) |
