Skip to content

Instantly share code, notes, and snippets.

@bbarrows
bbarrows / Preferences.sublime-settings
Created December 31, 2018 03:23
My Sublime Text 3 Configuration
{
"match_brackets_angle": true,
"always_prompt_for_file_reload": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_cycle": true,
"auto_complete_delay": 30,
"auto_complete_with_fields": true,
"auto_find_in_selection": true,
"binary_file_patterns":
@bbarrows
bbarrows / configMac.sh
Last active February 24, 2019 15:53
Setup a new Mac, configure defaults
# Just goto System Prefernces keyboard and drag key repeat until and delay all the way to the right
#defaults write -g InitialKeyRepeat -int 15 # default minimum is 15 (225 ms)
#defaults write -g KeyRepeat -int 3 # default minimum is 2 (30 ms)
#defaults write NSGlobalDomain KeyRepeat -int 1
echo "Show Path bar in Finder"
defaults write com.apple.finder ShowPathbar -bool true
@bbarrows
bbarrows / SlackBlackTheme.css
Last active July 1, 2019 06:47
Slack Custom Black Theme Mods
/*
To inspect Slack elements using Chrome Dev tools:
export SLACK_DEVELOPER_MENU=true
open /Applications/Slack.app