Skip to content

Instantly share code, notes, and snippets.

View krry's full-sized avatar
🐻
busybear

kerry krry

🐻
busybear
View GitHub Profile
@krry
krry / Piperita.terminal
Created July 18, 2014 23:02
Piperita Terminal profile (modified)
<?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>ANSIBlackColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjI5OTE1MzMyNzkgMC4yOTkyNTI0NTA1IDAuMjk5MTAwMzY5MgAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
@krry
krry / Preferences.sublime-settings
Last active August 29, 2015 14:04
The Greatest and Best Preferences for Sublime Text 3
{
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"caret_extra_bottom": 0,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": true,
"draw_centered": false,
"draw_white_space": "all",
@krry
krry / Canseco: A Juiced-up Bash Profile
Last active August 29, 2015 13:56
the .bashrc that ain't afraid to bash
###########################################################
#
# CANSECO
# a World Series-class .bashrc file
#
# Canseco draws from a few others' shell profiles, namely:
# killfall's ===> https://github.com/killfall/terminal-piperita
# and another couple I can't place at the moment
#
###########################################################
@krry
krry / os-x-for-hackers
Last active January 15, 2021 05:54 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers mods
# to run this script in one step, copy/paste/execute the following:
# bash <(curl -s https://gist.githubusercontent.com/krry/9263570/raw/878797c4e54f9de71137699544567c6bd2d4f6c4/os-x-for-hackers)
#!/usr/bin/env bash
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Ask for the administrator password upfront
sudo -v