This commit is contained in:
Yuri Zamyatin 2025-04-13 09:56:09 +00:00
parent 48252223ce
commit be00be5066
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ PACKAGES=(
# system
linux base linux-firmware lvm2 sudo polkit # base
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # system
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # device management
openssh man-db restic htop # admin utils
# generic runtime
@ -59,6 +59,7 @@ install "${PACKAGES[@]}"
file_has_line "/etc/profile" "umask 002"
find /etc/pam.d -type f -exec sed -i -e 's/^session optional pam_umask.so$/session optional pam_umask.so usergroups/g' {} \;
# device management
sed -i 's/#AutoEnable=true/AutoEnable=false/' /etc/bluetooth/main.conf
systemctl enable bluetooth --now

View File

@ -29,7 +29,7 @@ noremap N H
noremap! <C-n> <C-h>
" e -> k
noremap e k
noremap e K
noremap E K
noremap! <C-e> <C-k>
" i -> j
noremap i j