Fix alacritty-dracula theme and add shellcheckrc

This commit is contained in:
Tobias Reisinger 2022-10-15 02:31:44 +02:00
parent 9e6cca922f
commit d0c863c3f3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 58 additions and 37 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env sh
. "$HOME/.config/environment"
numlockx on
@ -17,9 +19,7 @@ _autostart()
(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
pass x && sleep 5
systemctl --user start autostart.target
autostart-manage start
}
_autostart &
# vim: ft=sh