diff options
author | EuAndreh <eu@euandre.org> | 2019-06-01 22:05:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-01 22:05:02 -0300 |
commit | 39dc2aa80598fe056439af5b42732d5e52dc623f (patch) | |
tree | b308b268e817d0a9c5307c61cc653f2c74942d90 /public/nixos/setup.sh | |
parent | Add -E to template env.sh file (diff) | |
download | dotfiles-39dc2aa80598fe056439af5b42732d5e52dc623f.tar.gz dotfiles-39dc2aa80598fe056439af5b42732d5e52dc623f.tar.xz |
Add instructions on how to install NixOS automatically on README
Diffstat (limited to 'public/nixos/setup.sh')
-rw-r--r-- | public/nixos/setup.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/nixos/setup.sh b/public/nixos/setup.sh new file mode 100644 index 0000000..c1a797a --- /dev/null +++ b/public/nixos/setup.sh @@ -0,0 +1,17 @@ +#!/usr/bin/env nix-shell +#!nix-shell -i bash -p bash +# shellcheck shell=bash +set -Eeuo pipefail + +# import GPG key pair +# download git annex +# get annex & +# download dotfiles +# mr checkout & +# wait +# restore mbsync from backup +# restore notmuch from backup +# restore newsboat from backup +# restore archive from backup +# open emacs # eval x +# open Nextcloud |