replace abduco weechat with matrix bouncer

This commit is contained in:
Felix Van der Jeugt 2024-08-25 20:55:12 +02:00
parent 35a76979ac
commit 2a5e5e581e
No known key found for this signature in database
GPG Key ID: 58B209295023754D
3 changed files with 3 additions and 3 deletions

2
local/bin/element Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec qutebrowser --basedir "$XDG_CONFIG_HOME/element-browser" https://app.element.io

View File

@ -3,7 +3,7 @@ IMAPAccount posteo
Host "posteo.de"
User "felix.vanderjeugt@posteo.net"
PassCmd "pass show other/posteo-mbsync"
SSLTYPE "IMAPS"
TLSType "IMAPS"
# }}} Accounts
# Remote Stores {{{

2
zshrc
View File

@ -75,8 +75,6 @@ alias vi="vis"
alias agent='eval "$(ssh-agent)" && ssh-add'
alias unlock='gpg-connect-agent <<<bye'
alias weechat="ssh -t weechat@Hetzner ./weechat.sh"
agenda() {
khal calendar --format '{calendar-color}{cancelled}{start-end-time-style}{repeat-symbol} {title}{reset}' ${@:-now 2d}
}