Configuration is used on my workstation.
- Host: MacBook Pro 13.3" early 2015
- OS: OpenBSD -current
- Shell: ksh
- WM: CWM
- Panel: tint2
- Launcher: rofi
- File manager: ranger
- Color scheme: Everforest
Dotfiles management in this repo is based on this article from Atlassian. Set the alias, move the existing files to a backup directory and checkout the configuration.
Install packages:
doas pkg_add -l pkglistRefresh package list:
doas pkg_info -mz > pkglistAdditional configuration for desktop usage is done by Ansible playbook. It includes configuring sysctls, capabilities and xenodm.
Run Ansible:
doas ansible-playbook playbook.yml -e openbsd_user=your_os_username

