From 39dc2aa80598fe056439af5b42732d5e52dc623f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 22:05:02 -0300 Subject: Add instructions on how to install NixOS automatically on README --- public/nixos/setup.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/nixos/setup.sh (limited to 'public/nixos/setup.sh') 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 -- cgit v1.2.3