Pierre B 50c69d7c3d first commit | пре 3 година | |
---|---|---|
.config | пре 3 година | |
openbsd-dark | пре 3 година | |
.Xdefaults | пре 3 година | |
.conkyrc | пре 3 година | |
.i3status.conf | пре 3 година | |
.vimrc | пре 3 година | |
.xinitrc | пре 3 година | |
README.md | пре 3 година | |
background.jpg | пре 3 година | |
doas.conf | пре 3 година | |
install.sh | пре 3 година | |
slim.conf | пре 3 година |
My OpenBSD dotfiles.
adduser(8)
) and configure doas(1)
.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