Minimaze nvim config, update git config, clean configs

This commit is contained in:
Smirnov Olexandr 2021-02-14 18:06:43 +02:00
parent 9b2871dd65
commit 1f5249ea78
25 changed files with 183 additions and 663 deletions

View file

@ -1,2 +0,0 @@
#!/bin/sh
xautolock -time 3 -locker "betterlockscreen --off 180 -t 'Computer is lokerd' -l"

View file

@ -1,5 +0,0 @@
#!/bin/sh
LANG=en_US.UTF-8 snap list --all | awk '/disabled/{print $1, $3}' |
while read snapname revision; do
sudo snap remove "$snapname" --revision="$revision"
done