diff options
| author | alex <alex@pdp7.net> | 2023-10-21 21:53:41 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-21 21:54:55 +0200 |
| commit | c58a222fc25e714a238511bac5779af3fed2e174 (patch) | |
| tree | 74b8ea128f921cd2492c641bf8824accc9608ad0 /scripts/p7s/nextcloud.py | |
| parent | a07068ede86a1e626ae8debac1568da696d322d0 (diff) | |
Setup weechat config symlink
Diffstat (limited to 'scripts/p7s/nextcloud.py')
| -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) |
