luca
/
bootstrapper
Archived
1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-01-04 17:06:42 +01:00
parent 47c26adc97
commit 7bdd958ed5
2 changed files with 4 additions and 4 deletions

View File

@ -190,9 +190,9 @@ install_dotfiles() {
}
select_keymap() {
info "Select a keymap:"
map="$(find "${user_home}/.local/share/xkb/compiled" -type f -printf "%f\n" | fzf)"
ln -s "$map" "${user_home}/.local/share/xkb/compiled/default"
map="$(find "${user_home}/.local/share/xkb/compiled" -type f -printf "%f\n" | fzf --header="Select a default keymap:")"
rm "${user_home}/.local/share/xkb/compiled/default"
ln -s "$map" "${user_home}/.local/share/xkb/compiled/default"
}
enable_services() {

View File

@ -55,7 +55,7 @@ ffmpegthumbnailer
pnpm
shellcheck
shfmt
htop-vim
htop
NetworkManager
bind-utils
cronie