https://github.com/safetypanda/openbsd-bootstrap
https://github.com/safetypanda/openbsd-bootstrap
automation dotfiles openbsd openbsd-scripts vim xdefaults xterm
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/safetypanda/openbsd-bootstrap
- Owner: SafetyPanda
- Created: 2023-09-21T16:19:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T02:13:23.000Z (about 1 year ago)
- Last Synced: 2025-02-13T08:52:41.108Z (3 months ago)
- Topics: automation, dotfiles, openbsd, openbsd-scripts, vim, xdefaults, xterm
- Language: Shell
- Homepage:
- Size: 6.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenBSD Bootstrap
My OpenBSD dotfiles and packages I use.
Shamelessly stolen and modifed from: https://www.github.com/crhenr/dotfiles## How to install
1. cd into directory where you will clone this.
2. Run the following commands:
```
su
pkg_add git
git clone https://gitlab.com/safetypanda/openbsd_bootstrap.git
sh ./install.sh
```