I hereby claim:
- I am breiter on github.
- I am breiter (https://keybase.io/breiter) on keybase.
- I have a public key whose fingerprint is D820 1C5E E4B4 A5D8 3C5A D14E 1F9F 620B 1AE3 0378
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # work around brew "feature" where it ignores HOMEBREW_CASK_OPTS when | |
| # run with sudo. | |
| HOMEBREW_CASK_OPTS="--appdir=/Applications" /opt/homebrew/bin/brew $@ |
| #!/bin/sh | |
| # brew upgrade often fails to update brew casks | |
| # this script upgrades any brew casks where the cached version is older than the current version or cache has been deleted | |
| # some casks, like Skype, have no versioning at all. This script always forces unversioned "latest" casks to re-install | |
| # from the latest download. | |
| red='\033[0;31m' | |
| green='\033[0;32m' | |
| yellow='\033[0;33m' |
| --- /System/Library/Spotlight/RichText.mdimporter/Contents/Info.plist 2022-02-26 09:05:07.000000000 +0200 | |
| +++ /Library/Spotlight/Markdown.mdimporter/Contents/Info.plist 2022-03-22 21:01:30.000000000 +0200 | |
| @@ -13,27 +13,20 @@ | |
| <string>MDImporter</string> | |
| <key>LSItemContentTypes</key> | |
| <array> | |
| - <string>public.rtf</string> | |
| - <string>public.html</string> | |
| - <string>public.xml</string> | |
| - <string>public.plain-text</string> |
| <# | |
| Copyright 2012-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. | |
| Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at | |
| http://aws.amazon.com/apache2.0/ | |
| or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |
| # directory where cygwin will be installed | |
| $cygwinroot="C:\cygwin64" | |
| # choose URL from https://cygwin.com/mirrors.html | |
| $mirror="http://mirrors.kernel.org/sourceware/cygwin/" | |
| # packages to be installed on top of the base. Comma-separated, no spaces | |
| $packages="gcc-core,make,openssl,openssl-devel,zlib-devel,curl,bc" | |
| # version of tarsnap to install | |
| $tarsnapdist=(Invoke-WebRequest -uri https://www.tarsnap.com/download/ -UseBasicParsing).Content -split "`n" | |
| #!/bin/sh | |
| scriptname=`basename $0` | |
| if [ -z $1 ]; then | |
| echo "Generate OATH TOTP Password" | |
| echo "" | |
| echo "Usage:" | |
| echo " $scriptname google" | |
| echo "" | |
| echo "Configuration: $HOME/.otpkeys" |
| #!/bin/sh | |
| if [ "$(id -u)" -ne 0 ]; then | |
| SELF=`echo $0 | sed -ne 's|^.*/||p'` | |
| echo "$SELF must be run as root." 1>&2 | |
| echo "try: sudo $SELF" 1>&2 | |
| exit 1 | |
| fi | |
| rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane | |
| rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Disabled</key> | |
| <true/> | |
| <key>Label</key> | |
| <string>com.wolfereiter.vpnc</string> | |
| <key>ProgramArguments</key> | |
| <array> |