From ac516d42634d8238e822a9280712b39631dffe53 Mon Sep 17 00:00:00 2001 From: UT3UMS Date: Sat, 7 Oct 2023 19:54:15 +0300 Subject: [PATCH] Install script fixes and tested --- README.org | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 2394561..fc4d041 100644 --- a/README.org +++ b/README.org @@ -2,12 +2,9 @@ [[file:scrot.png]] Currently only gruvbox-dark is ported. Not sure if I will do the same for other shades, as I am not using them. But I might try. + +To install jus run: #+NAME: Install script #+BEGIN_SRC sh :eval never -wget -qO- URL_TO_TAR_ARCHIVE | tar -xzvf - -C ~/.config/OpenSCAD/color-schemes/ +curl -sL https://git.dead.guru/ut3ums/openscad-gruvbox/raw/branch/trunk/openscad_gruvbox.tar.gz | tar -xvf - -C ~/.config/OpenSCAD/color-schemes/ #+END_SRC - -#+NAME: with git -#+BEGIN_SRC sh :eval never -git clone --depth 1 REPO_URL ~/.config/OpenSCAD/color-schemes/ -#+END_SRC>