Skip to content

Instantly share code, notes, and snippets.

@vinipsmaker
Created February 16, 2014 18:45
Show Gist options
  • Save vinipsmaker/9038794 to your computer and use it in GitHub Desktop.
Save vinipsmaker/9038794 to your computer and use it in GitHub Desktop.
# This
pacman -S mingw-w64-{cmake,toolchain,qt4,qt5-base,sdl2}
# have the same effect of
pacman -S mingw-w64-cmake mingw-w64-toolchain mingw-w64-qt4 mingw-w64-qt5-base mingw-w64-sdl2
# This
mv inkscape{-git,}
# have the same effect of
mv inkscape-git inkscape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment