[Verifying my cryptographic key:openpgp4fpr:4844522F5EC16275D0461125EA1C18C87587CD65]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see https://support.apple.com/en-us/HT201372 | |
sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume | |
I hereby claim:
- I am sashkab on github.
- I am sashk (https://keybase.io/sashk) on keybase.
- I have a public key whose fingerprint is 4AD1 C6E6 4CF4 71BF FCD5 72CD 098A 5177 B8EC E946
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am sashkab on github. | |
* I am sashk (https://keybase.io/sashk) on keybase. | |
* I have a public key whose fingerprint is 4AD1 C6E6 4CF4 71BF FCD5 72CD 098A 5177 B8EC E946 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Save it as $HOME/Library/Application\ Support/iTerm/AutoLaunch.scpt | |
tell application "iTerm" | |
activate | |
set myterm to (make new terminal) | |
tell myterm | |
launch session "Default Session" | |
-- split horizontally | |
tell i term application "System Events" to keystroke "D" using command down | |