From 293b847f79746f409775d87ba657fa0a8e5acb08 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 27 Apr 2023 16:39:06 +0300 Subject: [PATCH] Fix: Formatting, chmod +x magick --- config/cheat/conf.yml | 5 ++--- local/bin/dfm | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cheat/conf.yml b/config/cheat/conf.yml index 49dee0d..0113ed6 100644 --- a/config/cheat/conf.yml +++ b/config/cheat/conf.yml @@ -63,14 +63,13 @@ cheatpaths: # 'readonly': shall user-created ('cheat -e') cheatsheets be saved here? - name: community path: ~/.config/cheat/cheatsheets/community - tags: [ community ] + tags: [community] readonly: true - # If you have personalized cheatsheets, list them last. They will take # precedence over the more global cheatsheets. - name: personal path: ~/.config/cheat/cheatsheets/personal - tags: [ personal ] + tags: [personal] readonly: false # While it requires no configuration here, it's also worth noting that diff --git a/local/bin/dfm b/local/bin/dfm index 43d9497..29e5b0d 100755 --- a/local/bin/dfm +++ b/local/bin/dfm @@ -83,6 +83,7 @@ function section_install ;; imagick) curl -L https://imagemagick.org/archive/binaries/magick > "$XDG_BIN_HOME/magick" \ + && chmod +x "$XDG_BIN_HOME/magick" \ && msg_yay "imagick installed!" ;; starship)