Go to file
Izzy Meyer 7ca8170f63
Update setup.pl
2023-05-22 09:38:52 -05:00
.config Update config 2023-05-21 02:26:16 -05:00
.fonts fix around things 2023-05-19 08:58:36 -05:00
.icons/Gruvbox_Dark update everything 2023-05-19 08:40:41 -05:00
.local/bin add battery monitor program 2023-05-26 06:11:39 -05:00
.themes/gruvbox-dark-gtk re-add gtk theme 2023-05-19 09:07:01 -05:00
backgrounds fix around things 2023-05-19 08:58:36 -05:00
xenodm_config fix around things 2023-05-19 08:58:36 -05:00
.fizshrc add some fixes, remove wiki-tui as that is currently broken because of libressl 2023-05-20 11:20:56 -05:00
.xprofile update everything 2023-05-19 08:40:41 -05:00
.xresources update everything 2023-05-19 08:40:41 -05:00
.xsession update everything 2023-05-19 08:40:41 -05:00
LICENSE.txt update for an altered future 2023-02-10 12:17:58 -06:00
PERL.png add screenie 2023-05-26 03:30:57 -05:00
README.md update readme.md 2023-05-26 03:43:00 -05:00
doas.conf add battery monitor program 2023-05-26 06:11:39 -05:00
setup.pl Update setup.pl 2023-05-22 09:38:52 -05:00

README.md

Iz's OpenBSD Dotfiles

  • Mainly for personal backups, but if ya wantem, use em.

  • I ain't gonna support any mishaps on your machine, as this is a pet project.

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.

Setup:

Do as root:

# usermod -G wheel,operator,staff [your username]
# 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

Note

  • when the script is installing deps, always choose the last number when given a version choice from pkg_add.

DISCLAIMER:

  • I am not responsible for any breakage on your system because of my code.

  • If you are unsure, refer to THE LICENSE to see how not seriously I take this.

  • Use with caution.