Skip to content

Instantly share code, notes, and snippets.

@Konfekt
Created August 21, 2024 20:44
Show Gist options
  • Save Konfekt/91679a4c44ce468fd4e2ae37a3f14763 to your computer and use it in GitHub Desktop.
Save Konfekt/91679a4c44ce468fd4e2ae37a3f14763 to your computer and use it in GitHub Desktop.
Install a batch of useful MinGW tools
#!/bin/sh
pacman -S \
--needed \
base-devel \
mingw-w64-ucrt-x86_64-toolchain \
cmake \
mingw-w64-ucrt-x86_64-cmake-gui \
\
ctags \
mingw-w64-ucrt-x86_64-bat \
mingw-w64-ucrt-x86_64-jq \
\
mingw-w64-ucrt-x86_64-starship \
mingw-w64-ucrt-x86_64-fd \
mingw-w64-ucrt-x86_64-fzf \
mingw-w64-ucrt-x86_64-ripgrep \
\
mingw-w64-ucrt-x86_64-cppcheck \
mingw-w64-ucrt-x86_64-uncrustify \
mingw-w64-ucrt-x86_64-astyle \
\
git \
tig \
vim \
zsh \
\
procps-ng \
\
w3m \
mutt \
mingw-w64-ucrt-x86_64-msmtp \
cyrus-sasl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment