Nenhuma descrição

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

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