diff options
| author | alex <alex@pdp7.net> | 2024-03-23 19:52:31 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-03-23 19:52:31 +0100 |
| commit | 20cc27accf0a3f812d3b8f3fad88b02138a348b3 (patch) | |
| tree | d1e0a2f4bef47f924725dc82a69df8f503363ba0 /scripts/p7s | |
| parent | f9c3c21daa3f0ff0e4bbd3a0a183af5d69cbea29 (diff) | |
Remove deprecated weechat
Diffstat (limited to 'scripts/p7s')
| -rwxr-xr-x | scripts/p7s/nextcloud.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/p7s/nextcloud.py b/scripts/p7s/nextcloud.py index 7bd228d2..8aed8329 100755 --- a/scripts/p7s/nextcloud.py +++ b/scripts/p7s/nextcloud.py @@ -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) |
