Skip to content

Instantly share code, notes, and snippets.

@brunurd
Created July 26, 2019 01:42
Show Gist options
  • Save brunurd/99f238567f04304ff5899a810f2dafeb to your computer and use it in GitHub Desktop.
Save brunurd/99f238567f04304ff5899a810f2dafeb to your computer and use it in GitHub Desktop.
msys2 start script (run manually)
#!/bin/sh
# Confirm to every questions.
# Update pacman.
pacman -Syu
# Close the console when it ask to.
# After reinitialize the console:
pacman -Su
# Install git.
pacman -S git
# Install dev tools.
pacman -S base-devel gcc vim cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment