From 698b346e70f6ccee239315d04d5e54502083fdb7 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 17 Feb 2020 16:09:23 +0100 Subject: [PATCH] fixed forgotten fromGIT directory that was cd'd to but not created --- .config/yadm/bootstrap | 2 ++ org/config/installation.org | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 71b5d44..4b82248 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -187,6 +187,8 @@ if test $nanoroot = 'y' || test $nanoroot = "Y" || test $nanoroot = '' sudo ln -s $HOME/.nanorc /root/.nanorc end +mkdir -p ~/fromGIT + printf "\n# Install polybar-battery #####################################################\n\n" cd ~/fromGIT git clone https://github.com/drdeimos/polybar_another_battery.git diff --git a/org/config/installation.org b/org/config/installation.org index 5a52eae..5203da8 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -601,6 +601,9 @@ :CUSTOM_ID: h-e79da7b2-9286-4b66-812e-453e3b2505c7 :END: Now, let’s install some packages from git directly. + #+BEGIN_SRC fish + mkdir -p ~/fromGIT + #+END_SRC *** Polybar Battery :PROPERTIES: