mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 17:55:02 +00:00
fix(dfm): shfmt paths, permissions
This commit is contained in:
@@ -250,10 +250,12 @@ function section_dotfiles
|
|||||||
shfmt)
|
shfmt)
|
||||||
# Format shell scripts according to following rules.
|
# Format shell scripts according to following rules.
|
||||||
find "$DOTFILES" \
|
find "$DOTFILES" \
|
||||||
-type f -perm +111 \
|
-type f -executable \
|
||||||
-not -path '*/.git/*' \
|
-not -path '*/.git/*' \
|
||||||
-not -path '*dotbot*' \
|
-not -path '*dotbot*' \
|
||||||
-not -path '*tmux*' \
|
-not -path '*config/fzf*' \
|
||||||
|
-not -path '*bin/fzf*' \
|
||||||
|
-not -path '*tmux/plugins*' \
|
||||||
-not -name '*.pl' \
|
-not -name '*.pl' \
|
||||||
-not -name '*.py' \
|
-not -name '*.py' \
|
||||||
-not -name '*.php' \
|
-not -name '*.php' \
|
||||||
|
|||||||
Reference in New Issue
Block a user