Keine Beschreibung

Pierre B 50c69d7c3d first commit vor 3 Jahren
.config 50c69d7c3d first commit vor 3 Jahren
openbsd-dark 50c69d7c3d first commit vor 3 Jahren
.Xdefaults 50c69d7c3d first commit vor 3 Jahren
.conkyrc 50c69d7c3d first commit vor 3 Jahren
.i3status.conf 50c69d7c3d first commit vor 3 Jahren
.vimrc 50c69d7c3d first commit vor 3 Jahren
.xinitrc 50c69d7c3d first commit vor 3 Jahren
README.md 50c69d7c3d first commit vor 3 Jahren
background.jpg 50c69d7c3d first commit vor 3 Jahren
doas.conf 50c69d7c3d first commit vor 3 Jahren
install.sh 50c69d7c3d first commit vor 3 Jahren
slim.conf 50c69d7c3d first commit vor 3 Jahren

README.md

dotfiles

My OpenBSD dotfiles.

How to install

  1. If the user account doesn't exist, create it (adduser(8)) and configure doas(1).
  2. Run the following commands:

    $ tmpdir=$(mktemp -d)
    $ ftp -Vo - https://codeload.github.com/crhenr/dotfiles/tar.gz/master | tar zxf - -C $tmpdir
    $ doas /$tmpdir/dotfiles-master/install.sh
    $ rm -fr $tmpdir