Sen descrición

Pierre B 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
.config 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
openbsd-dark 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
.Xdefaults 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
.conkyrc 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
.i3status.conf 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
.vimrc 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
.xinitrc 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
README.md 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
background.jpg 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
doas.conf 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
install.sh 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos
slim.conf 50c69d7c3d first commit %!s(int64=3) %!d(string=hai) anos

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