dotfiles/README.md

43 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

# Iz's OpenBSD Dotfiles
2022-08-30 18:56:27 +02:00
- Mainly for personal backups, but if ya wantem, use em.
2022-08-31 21:22:37 +02:00
- I ain't gonna support any mishaps on your machine, as this is a pet project.
2023-05-26 10:12:44 +02:00
2023-05-21 09:21:24 +02:00
## Sidenote:
- There is a Setup Script for my OpenBSD dotfiles in this repo.
- while not feature-complete (yet), it is *hopefully* not broken.
- it is made for either i386 or amd64 OpenBSD 7.x or -current.
- by design, it does not do any performance tweaking, the user is encouraged to refer to the FAQ, the manpages, or the unofficial openbsd handbook, for that.
2023-05-26 10:12:44 +02:00
# Setup:
## Do as root:
```
2023-05-26 10:43:00 +02:00
# usermod -G wheel,operator,staff [your username]
2023-05-26 10:12:44 +02:00
# ftp -o /etc/doas.conf https://github.com/izder456/dotfiles/raw/main/doas.conf
```
## Do as user:
```
$ ftp -o ./setup.pl https://github.com/izder456/dotfiles/raw/main/setup.pl
$ chmod +x setup.pl
$ ./setup.pl
```
2023-05-26 10:22:45 +02:00
### Note
2023-05-26 10:24:50 +02:00
- when the script is installing deps, always choose the last number when given a version choice from `pkg_add`.
2023-05-26 10:12:44 +02:00
# DISCLAIMER:
- I am not responsible for any breakage on your system because of my code.
- If you are unsure, refer to [THE LICENSE](LICENSE.txt) to see how ~~not~~ seriously I take this.
- Use with caution.