wip
This commit is contained in:
parent
48252223ce
commit
be00be5066
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user