This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/env/arch-linux/provisioning/4-comms.bash

14 lines
430 B
Bash
Raw Normal View History

2019-12-16 09:51:21 -06:00
#!/usr/bin/env bash
2020-11-01 19:12:11 -06:00
yay -S weechat-poljar-matrix-git weechat-discord-git wee-slack
2019-12-16 17:21:44 -06:00
wcpm="/usr/lib/weechat/python/matrix"
hwcp="${HOME}/.weechat/python"
ln -s "${wcpm}/" "${hwcp}/"
ln -s "${wcpm}.py" "${hwcp}/"
ln -s "${wcpm}.py" "${hwcp}/autoload/"
ln -s "/usr/lib/weechat/python/wee_slack.py" "${hwcp}/"
ln -s "/usr/lib/weechat/python/wee_slack.py" "${hwcp}/autoload/"
2019-12-16 09:51:21 -06:00
# Scripts are in /usr/lib/weechat/python/matrix/contrib/