aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-05-29 15:25:41 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-05-29 17:04:29 +0200
commitd255bf88af8d2870d604553ea2e5a4857523446a (patch)
tree9194a7b506804b9b61ae0d138a7cd8aca25a1b32
parent7bc91be2375141a9d2a95503538bd776e5587663 (diff)
downloaddotfiles-d255bf88af8d2870d604553ea2e5a4857523446a.tar.gz
dotfiles-d255bf88af8d2870d604553ea2e5a4857523446a.tar.bz2
dotfiles-d255bf88af8d2870d604553ea2e5a4857523446a.zip
download snapshot
-rw-r--r--readme.org15
1 files changed, 5 insertions, 10 deletions
diff --git a/readme.org b/readme.org
index 10aff43..b3d692f 100644
--- a/readme.org
+++ b/readme.org
@@ -10,15 +10,10 @@ script
This will either symlink files from the home directory to the ones in this
repository or dynamically create some files in read only mode.
* Bootstrapping
-When in a new machine, import my public keys. Private keys are always in my nitrokey with me.
+Download the latest snapshot and install from there
#+begin_src bash
-curl https://keybase.io/oscarnajera/pgp_keys.asc | gpg --import
-#+end_src
-
-Get the first configuration of zsh. Because that configures the agent correctly.
-#+begin_src bash
-sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
-#+end_src
-#+begin_src bash
-curl https://git.oscarnajera.com/dotfiles/plain/home-dots/dot-zshrc --output ~/.zshrc
+curl https://git.oscarnajera.com/dotfiles/snapshot/dotfiles-master.tar.gz --output dotfiles.tar.gz
+tar -zxvf dotfiles.tar.gz
+cd dotfiles-master
+./install.scm
#+end_src