📦 NEW: User locale.conf

This commit is contained in:
Jean-Claude 2020-01-01 21:12:22 +01:00
parent 8cb7f0beba
commit 3375439cf0
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,7 @@ sudo rm -rf ~/.config/redshift > /dev/null 2>&1
sudo rm -rf /etc/acpi > /dev/null 2>&1
sudo rm -rf ~/.gitconfig > /dev/null 2>&1
sudo rm -rf ~/bin/lock.sh > /dev/null 2>&1
sudo rm -rf ~/.config/locale.conf > /dev/null 2>&1
# Create symlink
@ -37,4 +38,5 @@ ln -sf "$dotfiles/redshift" ~/.config
sudo ln -sf $dotfiles/acpi /etc/acpi
ln -sf "$dotfiles/.gitconfig" ~/
ln -sf "$dotfiles/Scripts/lock.sh" ~/bin/lock.sh
ln -sf "$dotfiles/locale.conf" ~/.config/locale.conf

6
locale.conf Normal file
View File

@ -0,0 +1,6 @@
LANG=en_GB.UTF-8
LC_NUMERIC=de_CH.UTF-8
LC_TIME=en_GB.UTF-8
LC_MONETARY=de_CH.UTF-8
LC_PAPER=de_CH.UTF-8
LC_MEASUREMENT=de_CH.UTF-8