diff options
Diffstat (limited to 'wiki/openbsd/desktop_environment.mdwn')
-rw-r--r-- | wiki/openbsd/desktop_environment.mdwn | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/wiki/openbsd/desktop_environment.mdwn b/wiki/openbsd/desktop_environment.mdwn index 4b465ab..e60f8a3 100644 --- a/wiki/openbsd/desktop_environment.mdwn +++ b/wiki/openbsd/desktop_environment.mdwn @@ -31,9 +31,12 @@ Clone the main installer project and navigate instead the directory: ## TL;DR - doas sh ./install-dependencies.sh # Install OpenBSD packages - doas sh ./install.sh # Install suckless tools - cp .xinitrc ~/.xinitrc # Apply .xinitrc + # Install OpenBSD packages + doas sh ./install-dependencies.sh + # Install suckless tools + doas sh ./install.sh + # Apply .xinitrc + cp .xinitrc ~/.xinitrc Reboot the machine. Log in as your main user. Run: |