[Bootstrap] Removed now unnecessary line
continuous-integration/drone/push Build is passing Details

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
This commit is contained in:
Lucien Cartier-Tilet 2020-09-12 00:42:47 +02:00
parent 62e4b6f52f
commit 1ef2ccc436
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -399,12 +399,6 @@
<<generate-tangle()>>
#+END_SRC
Lets 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