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/bin/lib/arch-linux/provisioning/4-comms.bash

15 lines
466 B
Bash
Raw Normal View History

2019-12-16 09:51:21 -06:00
#!/usr/bin/env bash
pacaur --needed -S --noconfirm --noedit \
2019-12-16 17:21:44 -06:00
weechat-poljar-matrix-git weechat-discord-git wee-slack
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/