diff options
author | bt <bt@web> | 2024-04-10 07:01:55 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-04-10 07:01:55 -0500 |
commit | a60914da6e4afc1a4fd92e7e37c439e063f6774a (patch) | |
tree | e54f488fdae2ade527c9e8c0d12d635e8895609a /wiki/openbsd | |
parent | 06b8b2601de507a76482d51b4a75ca2186ea5d52 (diff) |
Diffstat (limited to 'wiki/openbsd')
-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: |