Add default browser to config
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user