Commit c9f918
2024-12-30 11:09:34 Steven Anderson: init/dev/null .. ScriptFU/unix/openbsd/firststeps.md | |
@@ 0,0 1,17 @@ | |
+ | # firststeps |
+ | |
+ | #### Update |
+ | syspatch |
+ | |
+ | #### Create User |
+ | adduser |
+ | usermod -S wheel stevenix |
+ | |
+ | #### Install software |
+ | pkg_add vim git wget curl |
+ | |
+ | #### Configure `doas` |
+ | /etc/doas.conf |
+ | ``` |
+ | permit nopass keepenv :wheel |
+ | ``` |