Skip to content

Instantly share code, notes, and snippets.

@dterana
dterana / grey.itermcolors
Created May 23, 2023 19:47
iTerm2 Color 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>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.0</real>
### Keybase proof
I hereby claim:
* I am dterana on github.
* I am dterana (https://keybase.io/dterana) on keybase.
* I have a public key ASDvcbk8YP_xiwNiRd8_UxBgX2eQBW375X8kWNM6j0I38go
To claim this, I am signing this object:
@dterana
dterana / osx-for-hackers.sh
Created May 17, 2016 01:00 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned. Also, please don't email me about this script, my poor inbox...
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'