Blame
| c9f918 | Steven Anderson | 2024-12-30 11:09:34 | 1 | # firststeps |
| 2 | ||||
| 3 | #### Update |
|||
| 4 | syspatch |
|||
| 5 | ||||
| 6 | #### Create User |
|||
| 7 | adduser |
|||
| 8 | usermod -S wheel stevenix |
|||
| 9 | ||||
| 10 | #### Install software |
|||
| 11 | pkg_add vim git wget curl |
|||
| 12 | ||||
| 13 | #### Configure `doas` |
|||
| 14 | /etc/doas.conf |
|||
| 15 | ``` |
|||
| 16 | permit nopass keepenv :wheel |
|||
| 17 | ``` |