i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use sed instead of manual editing

+1 -1
+1 -1
README.md
··· 88 88 ``` 89 89 90 90 #### Set locale to en_NL 91 - uncomment `en_NL.UTF-8 UTF-8` in `/etc/locale.gen`, then 92 91 ```shell 92 + sudo sed -i '/^#en_NL.UTF-8 UTF-8/s/^#//' /etc/locale.gen 93 93 sudo locale-gen 94 94 ``` 95 95