install-new-server.sh: automate fzf installaiton, update go version,

mv launch-scripts other-scripts, rm screen-scripts
This commit is contained in:
2025-06-07 18:13:13 +02:00
parent 7cb437e278
commit 112f89502a
15 changed files with 7 additions and 27 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
curr=$(setxkbmap -print | awk -F"+" '/xkb_symbols/ {print $2}')
if [[ $curr = "us" ]];
then
setxkbmap -layout es -variant ',cat' -option
echo "keyboard layout set to Catalan"
else
setxkbmap -layout us -option
echo "keyboard layout set to English (US)"
fi
xmodmap ~/.Xmodmap