Skip to content

Instantly share code, notes, and snippets.

View Austcool-Walker's full-sized avatar

AugustusXVIII Austcool-Walker

  • 22:15 (UTC -04:00)
View GitHub Profile
@Austcool-Walker
Austcool-Walker / packages.microsoft.gpg
Created April 5, 2020 16:55
Microsofts packages gpg key
9901 0d04 5631 588c 0108 00c0 2a86 6166
5271 18d1 96ce a57e d4e1 b5c6 241e a28c
0a86 cb06 00ab ddf9 bb97 0862 1264 9c13
2d76 6a21 c222 2cfe e9a9 d719 5ad1 3d6d
273b c816 3631 a943 a7d2 e2bb 429e 932c
10e9 5557 d53e f634 f7f9 12fe b1e8 32d5
eda5 56b0 2cd4 005f 9e6f b0c2 f5f3 ee14
b11d c663 8462 83e3 ceb4 3b70 29d2 5782
50c4 0aa1 5384 fa3a 36ef 45ac c697 76a0
39e8 b33d 7991 9633 2d51 4b6d 1d06 6746
@Austcool-Walker
Austcool-Walker / Mojave.Reflections.plist
Created April 15, 2020 16:49
My Mojave cDock Theme.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>cd_background</key>
<dict>
<key>alpha</key>
<integer>73</integer>
<key>blue</key>
<integer>0</integer>
@Austcool-Walker
Austcool-Walker / install.md
Last active April 16, 2020 22:22
undistract me zsh plugin.

Run these commands in TTY shell or a Terminal

sudo download https://gist.github.com/Austcool-Walker/03a8838efaeb8237304f6f032d4bef50/raw/d446ba26cc6ca9f1f4557f907ca5c7aa26c27078/notifyosd.zsh /usr/local/share/zsh/site-functions/notifyosd.zsh

Or

sudo curl -o /usr/local/share/zsh/site-functions/notifyosd.zsh https://gist.github.com/Austcool-Walker/03a8838efaeb8237304f6f032d4bef50/raw/d446ba26cc6ca9f1f4557f907ca5c7aa26c27078/notifyosd.zsh
@Austcool-Walker
Austcool-Walker / com.googlecode.iterm2.plist
Last active May 9, 2020 05:09
Austcools iTerm2 Perferences.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppleAntiAliasingThreshold</key>
<integer>1</integer>
<key>ApplePressAndHoldEnabled</key>
<false/>
<key>AppleScrollAnimationEnabled</key>
<integer>0</integer>

Run these commands in TTY shell or a Terminal

sudo download https://gist.github.com/Austcool-Walker/d7b205cd6a17022d415d496e93155483/raw/c3da6c707965e3137e0aa017fa4cbeb1e6178509/gddownloader.py /usr/bin/gddownloader && sudo chmod -v +x /usr/bin/gddownloader

Or

sudo curl -o  /usr/bin/gddownloader https://gist.github.com/Austcool-Walker/d7b205cd6a17022d415d496e93155483/raw/c3da6c707965e3137e0aa017fa4cbeb1e6178509/gddownloader.py && sudo chmod -v +x /usr/bin/gddownloader
@Austcool-Walker
Austcool-Walker / SMBios.plist
Created June 18, 2020 22:46
MacPro6,1 SMBios.plist for Hackintosh
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMUUID</key>
<string>00000000-0000-1000-8000-000000000000</string>
<key>SMbiosdate</key>
<string>06/12/13</string>
<key>SMbiosvendor</key>
<string>Apple Inc.</string>
Serial Keys:

FU512-2DG1H-M85QZ-U7Z5T-PY8ZD
CU3MA-2LG1N-48EGQ-9GNGZ-QG0UD
GV7N2-DQZ00-4897Y-27ZNX-NV0TD
YZ718-4REEQ-08DHQ-JNYQC-ZQRD0
GZ3N0-6CX0L-H80UP-FPM59-NKAD4
YY31H-6EYEJ-480VZ-VXXZC-QF2E0
ZG51K-25FE1-H81ZP-95XGT-WV2C0
@Austcool-Walker
Austcool-Walker / ubuntu-Visual-Studios-Code-Install.md
Last active July 22, 2020 23:56
Commands from https://code.visualstudio.com/docs/setup/linux for Installing Microsoft Visual Studios Code

Run these commands in order in TTY or Terminal.

sudo sh -c 'echo "deb [arch=amd64 trusted=yes allow-insecure=yes] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' && sudo apt update
sudo apt install code