From 1ef2ccc436b35c8da824ae4c3109701a765ecc26 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 12 Sep 2020 00:42:47 +0200 Subject: [PATCH] [Bootstrap] Removed now unnecessary line This commit removes a line that sets all files in `~/.local/bin' as executables. It was aimed at scripts exported from `bin.org' but it is no longer required since the executability of these tangled files is enforced by the shebang header argument added in commit 8f35b85ef1 --- .config/yadm/bootstrap | 2 -- org/config/installation.org | 6 ------ 2 files changed, 8 deletions(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 81f0381..526130e 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -156,8 +156,6 @@ emacs -q --batch --eval '(require \'ob-tangle)' \ --eval '(setq org-confirm-babel-evaluate nil)' \ --eval '(org-babel-tangle-file "~/org/config/tmux.org")' -find ~/.local/bin -type f -exec chmod +x {} + - printf "\n# Installing Spacemacs ########################################################\n\n" rm -rf ~/.config/emacs diff --git a/org/config/installation.org b/org/config/installation.org index 8c97c60..ba5d9c3 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -399,12 +399,6 @@ <> #+END_SRC - Let’s also make sure the exported files that are supposed to be executables - are indeed executables. - #+BEGIN_SRC fish - find ~/.local/bin -type f -exec chmod +x {} + - #+END_SRC - ** Setting up Emacs: Installing Spacemacs :PROPERTIES: :CUSTOM_ID: Execute_bootstrap-Setting_up_Emacs:_Installing_Spacemacs-0b3d44b2