Skip to content

Instantly share code, notes, and snippets.

View peterkelm's full-sized avatar

peterkelm

View GitHub Profile
@peterkelm
peterkelm / uninstall.sh
Last active February 20, 2025 19:12
uninstall script for Logi Options+ on macOS
#!/bin/sh
#
# (c) 2020 KelmMoyles / Peter Kelm <[email protected]>
# All rights reserved
#
# uninstall script for "Logi Options+"
# this is following the recommendeations at: https://support.logi.com/hc/de-ch/articles/26832619554711-How-to-completely-uninstall-Logi-Options-and-Options#01J9BQVJ9PWY11X16MDH0PYF5J
#
# this should be run from an ADMIN account
#
@peterkelm
peterkelm / scrape-repo.sh
Created May 19, 2020 20:23
Want to know which pkgs files are referenced in which plists in a munki repository? Great, this script is for you!
#!/bin/bash
##########################################################################
#
# (c) 2020 KelmMoyles / Peter Kelm <[email protected]>
# All rights reserved
#
# Want to know which pkgs files are referenced in which plists?
# Great, this script is for you!
#
@peterkelm
peterkelm / uninstall_fusion.sh
Last active May 25, 2024 12:15
Script to completely uninstall VMWare Fusion, tested with Fusion 8 on OS X 10.11 El Capitan
#!/bin/bash
#
# Copyright (C) 2016 Peter Kelm
#
# uninstall script for VMWare Fusion, per VMware knowledge base
# https://kb.vmware.com/selfservice/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=1017838
#