Add default browser to config

This commit is contained in:
Riyyi
2018-01-24 21:31:25 +01:00
parent ac9068556a
commit cf2b0458c9
+8 -4
View File
@@ -101,6 +101,10 @@ Predictable network interface names:
``` ```
$ ln -s /dev/null /etc/systemd/network/99-default.link $ ln -s /dev/null /etc/systemd/network/99-default.link
``` ```
Network:
```sh
$ systemctl enable netctl-auto@wlan0.service
```
Give wheel users sudo permission: Give wheel users sudo permission:
```sh ```sh
$ nano /etc/sudoers $ nano /etc/sudoers
@@ -164,11 +168,11 @@ Mail gpg:
$ gpg --decrypt <backup.pgp> | gpg --import $ gpg --decrypt <backup.pgp> | gpg --import
$ gpg --search-keys <email address> $ gpg --search-keys <email address>
``` ```
Network:
```sh
$ systemctl enable netctl-auto@wlan0.service
```
Give permission to /dev/ttyUSB0 for PlatformIO: Give permission to /dev/ttyUSB0 for PlatformIO:
```sh ```sh
$ gpasswd -a <user> uucp $ gpasswd -a <user> uucp
``` ```
Set Firefox as default browser:
```sh
$ xdg-settings set default-web-browser firefox.desktop
```