Sin descripción

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

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