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