Skip to content

Instantly share code, notes, and snippets.

View henriquekraemer's full-sized avatar
deploy.sh

Henrique Kraemer henriquekraemer

deploy.sh
View GitHub Profile
@jetfir3
jetfir3 / download_fusion.sh
Last active May 17, 2026 03:43
Download VMware Fusion Pro Without a Broadcom Account
#!/usr/bin/env bash
# Download VMware Fusion for macOS without a Broadcom account.
#
# This script allows you to download various versions of VMware Fusion
# from Broadcom's Cloudflare CDN (versions 8.0.0 to 13.6.3)
# or from the archive.org VMware Workstation archive (versions 8.x.x+).
#
# Options:
# -k: Keep the downloaded file compressed (Cloudflare only; ignored for archive.org).
@prasadsilva
prasadsilva / fresh-chrome-with-custom-tz.sh
Last active March 26, 2026 10:57 — forked from stuartsierra/fresh-chrome.sh
Launch new instances of Google Chrome on OS X with isolated cache, cookies, user config and custom Timezone
#!/usr/bin/env bash
# fresh-chrome
#
# Use this script on OS X to launch a new instance of Google Chrome
# with its own empty cache, cookies, and user configuration.
#
# The first time you run this script, it will launch a new Google
# Chrome instance with a permanent user-data directory, which you can
# customize below. Perform any initial setup you want to keep on every