Merge branch 'main' of git.clustercockpit.org:moebiusband/dotfiles
This commit is contained in:
commit
6cbdc19a1b
@ -73,6 +73,7 @@ require('gitsigns').setup()
|
|||||||
require("trouble").setup {}
|
require("trouble").setup {}
|
||||||
require('nvim-autopairs').setup({
|
require('nvim-autopairs').setup({
|
||||||
fast_wrap = {},
|
fast_wrap = {},
|
||||||
|
check_ts = true
|
||||||
})
|
})
|
||||||
|
|
||||||
require('leap').add_default_mappings()
|
require('leap').add_default_mappings()
|
||||||
|
21
private_dot_msmtprc.tmpl
Normal file
21
private_dot_msmtprc.tmpl
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
defaults
|
||||||
|
auth on
|
||||||
|
tls on
|
||||||
|
tls_trust_file /etc/ssl/cert.pem
|
||||||
|
logfile ~/.msmtp.log
|
||||||
|
|
||||||
|
account moebius
|
||||||
|
host mail.moebiusband.org
|
||||||
|
port 587
|
||||||
|
user jan
|
||||||
|
password {{ (keepassxc "moebiusband.org").Password }}
|
||||||
|
from jan@moebiusband.org
|
||||||
|
|
||||||
|
account fau
|
||||||
|
host groupware.fau.de
|
||||||
|
port 587
|
||||||
|
user unrz254
|
||||||
|
password {{ (keepassxc "IDM FAU").Password }}
|
||||||
|
from jan.eitzinger@fau.de
|
||||||
|
|
||||||
|
account default : moebius
|
Loading…
Reference in New Issue
Block a user