Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jkullick/0fd77f0d8ca784234d6014b636f0c8ea to your computer and use it in GitHub Desktop.
Save jkullick/0fd77f0d8ca784234d6014b636f0c8ea to your computer and use it in GitHub Desktop.
Enable Umlaute in ArchLinux/Xorg Terminal Emulators
cat > /etc/locale.gen << EOF
de_DE.UTF-8 UTF-8  
en_US.UTF-8 UTF-8
EOF


cat > /etc/locale.conf << EOF 
LANG="en_US.utf8"
LC_COLLATE="C"
EOF

locale-gen
reboot

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment