Last active
November 29, 2023 06:15
-
-
Save dustinevan/5bdb1071bf62dd920265b411d373f0c7 to your computer and use it in GitHub Desktop.
iterm2-outrun.json
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
# BASIC ALIASES | |
alias ll='ls -ltraFGh' | |
alias rm-secure='rm -RP' | |
alias trash='trash -v' | |
alias hs='history 0 | grep' | |
alias opensh='nano ~/.zshrc' | |
alias newsh='source ~/.zshrc' | |
# Z-SHELL SETUP | |
# SAVE ALL THE HISTORY | |
export HISTSIZE=1000000 | |
export SAVEHIST=1000000 | |
export HISTFILESIZE=1000000 | |
setopt SHARE_HISTORY | |
setopt HIST_REDUCE_BLANKS | |
setopt HIST_IGNORE_ALL_DUPS | |
# GIT BRANCH IN PROMPT | |
parse_git_branch() { | |
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/[\1]/' | |
} | |
setopt PROMPT_SUBST | |
PROMPT='%F{blue}%n:%f%F{cyan}%~%f%F{magenta}$(parse_git_branch)%f%F{blue}$%f ' | |
# EDITOR | |
export EDITOR='/usr/bin/nano' |
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
{ | |
"Use Non-ASCII Font" : false, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { | |
"Red Component" : 0.6588235294117647, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.83529411764705885, | |
"Alpha Component" : 1, | |
"Green Component" : 0.73333333333333328 | |
}, | |
"Tab Color" : { | |
"Red Component" : 0.92941176470588238, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.54117647058823526, | |
"Alpha Component" : 1, | |
"Green Component" : 0.53333333333333333 | |
}, | |
"Normal Font" : "Menlo-Regular 13", | |
"Bold Color" : { | |
"Red Component" : 0.93333333333333335, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.51372549019607838, | |
"Alpha Component" : 1, | |
"Green Component" : 0.63529411764705879 | |
}, | |
"Custom Directory" : "Recycle", | |
"Ansi 3 Color" : { | |
"Red Component" : 0.93333333333333335, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.60784313725490191, | |
"Alpha Component" : 1, | |
"Green Component" : 0.78823529411764703 | |
}, | |
"Ansi 5 Color" : { | |
"Red Component" : 0.45882352941176469, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.61568627450980395, | |
"Alpha Component" : 1, | |
"Green Component" : 0.29019607843137257 | |
}, | |
"Rows" : 25, | |
"Default Bookmark" : "No", | |
"Non-ASCII Anti Aliased" : true, | |
"Use Bright Bold" : true, | |
"Ansi 10 Color" : { | |
"Red Component" : 0.93725490196078431, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.51372549019607838, | |
"Alpha Component" : 1, | |
"Green Component" : 0.65490196078431373 | |
}, | |
"Use Cursor Guide" : false, | |
"Ambiguous Double Width" : false, | |
"Jobs to Ignore" : [ | |
"rlogin", | |
"ssh", | |
"slogin", | |
"telnet" | |
], | |
"Show Status Bar" : false, | |
"Ansi 15 Color" : { | |
"Red Component" : 0.92156862745098034, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.63921568627450975, | |
"Alpha Component" : 1, | |
"Green Component" : 0.61960784313725492 | |
}, | |
"Foreground Color" : { | |
"Red Component" : 0.94117647058823528, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.52549019607843139, | |
"Alpha Component" : 1, | |
"Green Component" : 0.65490196078431373 | |
}, | |
"Bound Hosts" : [ | |
], | |
"Working Directory" : "\/Users\/dustinevan", | |
"Blinking Cursor" : false, | |
"Use Tab Color" : false, | |
"Sync Title" : false, | |
"Prompt Before Closing 2" : false, | |
"BM Growl" : true, | |
"Command" : "", | |
"Description" : "Default", | |
"Disable Window Resizing" : true, | |
"Mouse Reporting" : true, | |
"Screen" : -1, | |
"Selection Color" : { | |
"Red Component" : 0.78431372549019607, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.41568627450980394, | |
"Alpha Component" : 1, | |
"Green Component" : 0.53725490196078429 | |
}, | |
"Columns" : 80, | |
"Idle Code" : 0, | |
"Ansi 13 Color" : { | |
"Red Component" : 0.35294117647058826, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.51372549019607838, | |
"Alpha Component" : 1, | |
"Green Component" : 0.19215686274509805 | |
}, | |
"Custom Command" : "No", | |
"ASCII Anti Aliased" : true, | |
"Non Ascii Font" : "Monaco 12", | |
"Vertical Spacing" : 1, | |
"Use Bold Font" : true, | |
"Option Key Sends" : 0, | |
"Selected Text Color" : { | |
"Red Component" : 0.83921568627450982, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.49803921568627452, | |
"Alpha Component" : 1, | |
"Green Component" : 0.65098039215686276 | |
}, | |
"Background Color" : { | |
"Red Component" : 0.10196078431372549, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.21568627450980393, | |
"Alpha Component" : 1, | |
"Green Component" : 0.058823529411764705 | |
}, | |
"Character Encoding" : 4, | |
"Ansi 11 Color" : { | |
"Red Component" : 0.91764705882352937, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.63921568627450975, | |
"Alpha Component" : 1, | |
"Green Component" : 0.62352941176470589 | |
}, | |
"Thin Strokes" : 4, | |
"Use Italic Font" : true, | |
"Unlimited Scrollback" : false, | |
"Keyboard Map" : { | |
"0xf700-0x260000" : { | |
"Text" : "[1;6A", | |
"Action" : 10 | |
}, | |
"0x37-0x40000" : { | |
"Text" : "0x1f", | |
"Action" : 11 | |
}, | |
"0x32-0x40000" : { | |
"Text" : "0x00", | |
"Action" : 11 | |
}, | |
"0xf709-0x20000" : { | |
"Text" : "[17;2~", | |
"Action" : 10 | |
}, | |
"0xf70c-0x20000" : { | |
"Text" : "[20;2~", | |
"Action" : 10 | |
}, | |
"0xf729-0x20000" : { | |
"Text" : "[1;2H", | |
"Action" : 10 | |
}, | |
"0xf72b-0x40000" : { | |
"Text" : "[1;5F", | |
"Action" : 10 | |
}, | |
"0xf705-0x20000" : { | |
"Text" : "[1;2Q", | |
"Action" : 10 | |
}, | |
"0xf703-0x260000" : { | |
"Text" : "[1;6C", | |
"Action" : 10 | |
}, | |
"0xf700-0x220000" : { | |
"Text" : "[1;2A", | |
"Action" : 10 | |
}, | |
"0xf701-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x42", | |
"Action" : 11 | |
}, | |
"0x38-0x40000" : { | |
"Text" : "0x7f", | |
"Action" : 11 | |
}, | |
"0x33-0x40000" : { | |
"Text" : "0x1b", | |
"Action" : 11 | |
}, | |
"0xf703-0x220000" : { | |
"Text" : "[1;2C", | |
"Action" : 10 | |
}, | |
"0xf701-0x240000" : { | |
"Text" : "[1;5B", | |
"Action" : 10 | |
}, | |
"0xf70d-0x20000" : { | |
"Text" : "[21;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x260000" : { | |
"Text" : "[1;6D", | |
"Action" : 10 | |
}, | |
"0xf729-0x40000" : { | |
"Text" : "[1;5H", | |
"Action" : 10 | |
}, | |
"0xf706-0x20000" : { | |
"Text" : "[1;2R", | |
"Action" : 10 | |
}, | |
"0x34-0x40000" : { | |
"Text" : "0x1c", | |
"Action" : 11 | |
}, | |
"0xf700-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x41", | |
"Action" : 11 | |
}, | |
"0x2d-0x40000" : { | |
"Text" : "0x1f", | |
"Action" : 11 | |
}, | |
"0xf70e-0x20000" : { | |
"Text" : "[23;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x220000" : { | |
"Text" : "[1;2D", | |
"Action" : 10 | |
}, | |
"0xf703-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x43", | |
"Action" : 11 | |
}, | |
"0xf700-0x240000" : { | |
"Text" : "[1;5A", | |
"Action" : 10 | |
}, | |
"0xf707-0x20000" : { | |
"Text" : "[1;2S", | |
"Action" : 10 | |
}, | |
"0xf70a-0x20000" : { | |
"Text" : "[18;2~", | |
"Action" : 10 | |
}, | |
"0x35-0x40000" : { | |
"Text" : "0x1d", | |
"Action" : 11 | |
}, | |
"0xf70f-0x20000" : { | |
"Text" : "[24;2~", | |
"Action" : 10 | |
}, | |
"0xf703-0x240000" : { | |
"Text" : "[1;5C", | |
"Action" : 10 | |
}, | |
"0xf701-0x260000" : { | |
"Text" : "[1;6B", | |
"Action" : 10 | |
}, | |
"0xf702-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x44", | |
"Action" : 11 | |
}, | |
"0xf72b-0x20000" : { | |
"Text" : "[1;2F", | |
"Action" : 10 | |
}, | |
"0x36-0x40000" : { | |
"Text" : "0x1e", | |
"Action" : 11 | |
}, | |
"0xf708-0x20000" : { | |
"Text" : "[15;2~", | |
"Action" : 10 | |
}, | |
"0xf701-0x220000" : { | |
"Text" : "[1;2B", | |
"Action" : 10 | |
}, | |
"0xf70b-0x20000" : { | |
"Text" : "[19;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x240000" : { | |
"Text" : "[1;5D", | |
"Action" : 10 | |
}, | |
"0xf704-0x20000" : { | |
"Text" : "[1;2P", | |
"Action" : 10 | |
} | |
}, | |
"Window Type" : 0, | |
"Blur Radius" : 12.449466608502537, | |
"Cursor Boost" : 0, | |
"Background Image Location" : "", | |
"Blur" : true, | |
"Scrollback Lines" : 100000, | |
"Send Code When Idle" : false, | |
"Close Sessions On End" : true, | |
"Terminal Type" : "xterm-256color", | |
"Visual Bell" : true, | |
"Flashing Bell" : false, | |
"Status Bar Layout" : { | |
"components" : [ | |
{ | |
"class" : "iTermStatusBarComposerComponent", | |
"configuration" : { | |
"knobs" : { | |
"base: priority" : 5, | |
"base: compression resistance" : 1, | |
"shared text color" : { | |
"Red Component" : 0.90000000000000002, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.63, | |
"Alpha Component" : 1, | |
"Green Component" : 0.63 | |
} | |
}, | |
"layout advanced configuration dictionary value" : { | |
"font" : ".AppleSystemUIFont 12", | |
"algorithm" : 0 | |
} | |
} | |
}, | |
{ | |
"class" : "iTermStatusBarSearchFieldComponent", | |
"configuration" : { | |
"knobs" : { | |
"base: priority" : 5, | |
"base: compression resistance" : 1, | |
"shared text color" : { | |
"Red Component" : 0.90000000000000002, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.63, | |
"Alpha Component" : 1, | |
"Green Component" : 0.83250000000000002 | |
} | |
}, | |
"layout advanced configuration dictionary value" : { | |
"font" : ".AppleSystemUIFont 12", | |
"algorithm" : 0 | |
} | |
} | |
}, | |
{ | |
"class" : "iTermStatusBarClockComponent", | |
"configuration" : { | |
"knobs" : { | |
"base: priority" : 5, | |
"base: compression resistance" : 1, | |
"shared text color" : { | |
"Red Component" : 0.76500000000000001, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.63, | |
"Alpha Component" : 1, | |
"Green Component" : 0.90000000000000002 | |
}, | |
"format" : "M\/dd h:mm" | |
}, | |
"layout advanced configuration dictionary value" : { | |
"font" : ".AppleSystemUIFont 12", | |
"algorithm" : 0 | |
} | |
} | |
}, | |
{ | |
"class" : "iTermStatusBarWorkingDirectoryComponent", | |
"configuration" : { | |
"knobs" : { | |
"path" : "path", | |
"maxwidth" : 1.7976931348623157e+308, | |
"base: priority" : 5, | |
"base: compression resistance" : 1, | |
"shared text color" : { | |
"Red Component" : 0.63, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.90000000000000002, | |
"Alpha Component" : 1, | |
"Green Component" : 0.69750000000000001 | |
}, | |
"minwidth" : 0 | |
}, | |
"layout advanced configuration dictionary value" : { | |
"font" : ".AppleSystemUIFont 12", | |
"algorithm" : 0 | |
} | |
} | |
}, | |
{ | |
"class" : "iTermStatusBarHostnameComponent", | |
"configuration" : { | |
"knobs" : { | |
"path" : "hostname", | |
"base: priority" : 5, | |
"base: compression resistance" : 1, | |
"shared text color" : { | |
"Red Component" : 0.90000000000000002, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.83250000000000002, | |
"Alpha Component" : 1, | |
"Green Component" : 0.63 | |
} | |
}, | |
"layout advanced configuration dictionary value" : { | |
"font" : ".AppleSystemUIFont 12", | |
"algorithm" : 0 | |
} | |
} | |
} | |
], | |
"advanced configuration" : { | |
"font" : ".AppleSystemUIFont 12", | |
"algorithm" : 0 | |
} | |
}, | |
"Underline Color" : { | |
"Red Component" : 0.71372549019607845, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.61176470588235299, | |
"Alpha Component" : 1, | |
"Green Component" : 0.61176470588235299 | |
}, | |
"Silence Bell" : false, | |
"Use Underline Color" : false, | |
"Ansi 14 Color" : { | |
"Red Component" : 0.68235294117647061, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.82745098039215681, | |
"Alpha Component" : 1, | |
"Green Component" : 0.73725490196078436 | |
}, | |
"Name" : "Outrun", | |
"Cursor Text Color" : { | |
"Red Component" : 0.92156862745098034, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.52156862745098043, | |
"Alpha Component" : 1, | |
"Green Component" : 0.49411764705882355 | |
}, | |
"Minimum Contrast" : 0, | |
"Shortcut" : "", | |
"Cursor Color" : { | |
"Red Component" : 0.8666666666666667, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.62745098039215685, | |
"Alpha Component" : 1, | |
"Green Component" : 0.40000000000000002 | |
}, | |
"Ansi 0 Color" : { | |
"Red Component" : 0.10980392156862745, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.2196078431372549, | |
"Alpha Component" : 1, | |
"Green Component" : 0.066666666666666666 | |
}, | |
"Guid" : "EC6BA617-4786-4897-93F8-BC4E7F460643", | |
"Transparency" : 0.043276094543147209, | |
"Ansi 1 Color" : { | |
"Red Component" : 0.89411764705882357, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.54117647058823526, | |
"Alpha Component" : 1, | |
"Green Component" : 0.29019607843137257 | |
}, | |
"Horizontal Spacing" : 1, | |
"Ansi 2 Color" : { | |
"Red Component" : 0.93725490196078431, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.51372549019607838, | |
"Alpha Component" : 1, | |
"Green Component" : 0.65490196078431373 | |
}, | |
"Ansi 6 Color" : { | |
"Red Component" : 0.22745098039215686, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.74117647058823533, | |
"Alpha Component" : 1, | |
"Green Component" : 0.47450980392156861 | |
}, | |
"Ansi 7 Color" : { | |
"Red Component" : 0.92156862745098034, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.63921568627450975, | |
"Alpha Component" : 1, | |
"Green Component" : 0.61960784313725492 | |
}, | |
"Ansi 8 Color" : { | |
"Green Component" : 0.3333333432674408, | |
"Red Component" : 0.3333333432674408, | |
"Blue Component" : 0.3333333432674408 | |
}, | |
"Ansi 9 Color" : { | |
"Red Component" : 0.90980392156862744, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.63921568627450975, | |
"Alpha Component" : 1, | |
"Green Component" : 0.51764705882352946 | |
}, | |
"Ansi 4 Color" : { | |
"Red Component" : 0.19215686274509805, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.68235294117647061, | |
"Alpha Component" : 1, | |
"Green Component" : 0.40392156862745099 | |
}, | |
"Right Option Key Sends" : 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment