sudo locale-gen

This commit is contained in:
Thomas Lovén 2021-02-23 22:32:56 +01:00
parent 3de211cb5a
commit 38c1cf22e6

View File

@ -12,7 +12,7 @@ echo "exec $(which fish) -l" >> ~/.bashrc
echo "exec $(which fish) -l" >> ~/.zshrc echo "exec $(which fish) -l" >> ~/.zshrc
echo "sv_SE.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen echo "sv_SE.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen
locale-gen sudo locale-gen
cat << EOF > ~/.gitconfig cat << EOF > ~/.gitconfig
[include] [include]