Skip to content

Instantly share code, notes, and snippets.

View victoraalm's full-sized avatar

Victor Alves do Amaral Leme Matias victoraalm

  • Universidade São Francisco (USF)
  • 08:15 (UTC -03:00)
View GitHub Profile
@DartPower
DartPower / ms-office-dl-links
Last active May 5, 2025 09:17
MS Office Download Links
@santaklouse
santaklouse / CrossOver.sh
Last active May 4, 2025 02:59
unlimited CrossOver trial (MacOS)
#!/usr/bin/env bash
# checck if pidof exists
PIDOF="$(which pidof)"
# and if not - install it
(test "${PIDOF}" && test -f "${PIDOF}") || brew install pidof
# find app in default paths
CO_PWD=~/Applications/CrossOver.app/Contents/MacOS
test -d "${CO_PWD}" || CO_PWD=/Applications/CrossOver.app/Contents/MacOS