diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 8e851eb..0b82a8a 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -217,6 +217,8 @@ for f in (find ~/.etc -type f) sudo ln -s $f $dest end +sudo ln -s (which plock) /usr/bin/plock + mkdir -p ~/fromGIT printf "\n# Install Reveal.JS ###########################################################\n\n" diff --git a/org/config/installation.org b/org/config/installation.org index e46a079..6ad1413 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -612,6 +612,13 @@ end #+END_SRC + Let’s also symlink the ~plock~ script ([[file:bin.org::#Lock-635fcb38][source here]]) to ~/usr/bin~ so + ~xss-lock~ can find it. + #+BEGIN_SRC fish + sudo ln -s (which plock) /usr/bin/plock + #+END_SRC + + ** Install packages from git :PROPERTIES: :CUSTOM_ID: Execute_bootstrap-Install_packages_from_git-7c6a6ea4