diff --git a/Makefile b/Makefile index d78c7b2..21b3ba4 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ format: go install mvdan.cc/sh/v3/cmd/shfmt@latest gofimports -w --company github.com/make-go-great,github.com/haunt98 . gofumpt -w -extra . - shfmt -w ./scripts ./data/zsh + shfmt -w -ci -i 4 ./scripts ./data/zsh build: $(MAKE) clean diff --git a/scripts/cargo.sh b/scripts/cargo.sh index f0e6ccf..2553dbc 100755 --- a/scripts/cargo.sh +++ b/scripts/cargo.sh @@ -6,10 +6,10 @@ rustup update sudo port deactivate libiconv cargo install \ - fd-find bat ripgrep git-delta exa tealdeer \ - difftastic vivid \ - fnm stylua taplo-cli \ - pfetch pokeget + fd-find bat ripgrep git-delta exa tealdeer \ + difftastic vivid \ + fnm stylua taplo-cli \ + pfetch pokeget sudo port activate libiconv diff --git a/scripts/macports_init.sh b/scripts/macports_init.sh index 9cbe0ec..70a89d5 100755 --- a/scripts/macports_init.sh +++ b/scripts/macports_init.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash port install \ - libgit2 \ - git neovim \ - fdupes rsync rclone restic task \ - nnn imagemagick ffmpegthumbnailer asciinema agg android-platform-tools scrcpy libjxl yt-dlp \ - pipx plantuml + libgit2 \ + git neovim \ + fdupes rsync rclone restic task \ + nnn imagemagick ffmpegthumbnailer asciinema agg android-platform-tools scrcpy libjxl yt-dlp \ + pipx plantuml