Compare commits
No commits in common. "b2f46e81cdc1aa24c5b21d27f36b41b71ea0f724" and "3776b1349fb10b403986910121dd06186a78dd1b" have entirely different histories.
b2f46e81cd
...
3776b1349f
4 changed files with 7 additions and 18 deletions
|
@ -41,9 +41,6 @@ doms=(
|
||||||
'harbor.localhost'
|
'harbor.localhost'
|
||||||
'gitops.localhost'
|
'gitops.localhost'
|
||||||
'grafana.localhost'
|
'grafana.localhost'
|
||||||
'zot.localhost'
|
|
||||||
'trucks.dmis.corp.metrans.cz'
|
|
||||||
'ucustomerportal.corp.metrans.cz'
|
|
||||||
)
|
)
|
||||||
mkcert -cert-file $HOME/.config/nginx/ssl/localhost.crt -key-file $HOME/.config/nginx/ssl/localhost.key $doms
|
mkcert -cert-file $HOME/.config/nginx/ssl/localhost.crt -key-file $HOME/.config/nginx/ssl/localhost.key $doms
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ function M.setup()
|
||||||
.. '%y ' -- filetype
|
.. '%y ' -- filetype
|
||||||
.. '%-7.(%3.l:%-3.(%c%V%)%) %P' -- ruler
|
.. '%-7.(%3.l:%-3.(%c%V%)%) %P' -- ruler
|
||||||
|
|
||||||
vim.o.statuscolumn = '%l %C%s'
|
vim.o.statuscolumn = '%l %C%s%)'
|
||||||
end
|
end
|
||||||
set_winopts()
|
set_winopts()
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ local server_configs = function()
|
||||||
clangd = {},
|
clangd = {},
|
||||||
zls = {},
|
zls = {},
|
||||||
-- hls = {},
|
-- hls = {},
|
||||||
ts_ls = {},
|
tsserver = {},
|
||||||
-- perlls = {},
|
-- perlls = {},
|
||||||
cssls = {},
|
cssls = {},
|
||||||
html = {},
|
html = {},
|
||||||
|
|
|
@ -9,12 +9,12 @@ host smtp.gmail.com
|
||||||
from vlada.dudr@gmail.com
|
from vlada.dudr@gmail.com
|
||||||
auth on
|
auth on
|
||||||
user vlada.dudr@gmail.com
|
user vlada.dudr@gmail.com
|
||||||
passwordeval "gopass show mail/gmail"
|
passwordeval "pass show mail/gmail"
|
||||||
|
|
||||||
account jopixel : gmail
|
account jopixel : gmail
|
||||||
from dudr@jopixel.cz
|
from dudr@jopixel.cz
|
||||||
user dudr@jopixel.cz
|
user dudr@jopixel.cz
|
||||||
passwordeval "gopass show jopixel/mail"
|
passwordeval "pass show jopixel/mail"
|
||||||
|
|
||||||
account default : gmail
|
account default : gmail
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ account smartweb
|
||||||
host smtp.smartweb.cz
|
host smtp.smartweb.cz
|
||||||
auth on
|
auth on
|
||||||
user vladimir
|
user vladimir
|
||||||
passwordeval "gopass show mail/smartweb"
|
passwordeval "pass show mail/smartweb"
|
||||||
from support@smartweb.cz
|
from support@smartweb.cz
|
||||||
|
|
||||||
account e4you : smartweb
|
account e4you : smartweb
|
||||||
|
@ -35,7 +35,7 @@ account tdj
|
||||||
host mail.tango-dj.cz
|
host mail.tango-dj.cz
|
||||||
auth on
|
auth on
|
||||||
user vladimir@tango-dj.cz
|
user vladimir@tango-dj.cz
|
||||||
passwordeval "gopass show mail/tdj"
|
passwordeval "pass show mail/tdj"
|
||||||
from vladimir@tango-dj.cz
|
from vladimir@tango-dj.cz
|
||||||
|
|
||||||
account virtii
|
account virtii
|
||||||
|
@ -43,15 +43,7 @@ account virtii
|
||||||
host mail.togle.cz
|
host mail.togle.cz
|
||||||
auth on
|
auth on
|
||||||
user vladimir@virtii.com
|
user vladimir@virtii.com
|
||||||
passwordeval "gopass show togle/mail"
|
passwordeval "pass show togle/mail"
|
||||||
from vladimir@virtii.com
|
from vladimir@virtii.com
|
||||||
tls_trust_file
|
tls_trust_file
|
||||||
tls_certcheck off
|
tls_certcheck off
|
||||||
|
|
||||||
account metrans
|
|
||||||
#host smtp.corp.metrans.cz
|
|
||||||
host ex1-ph.corp.metrans.cz
|
|
||||||
user dudr@metrans.cz
|
|
||||||
from dudr@metrans.cz
|
|
||||||
auth gssapi
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue