Skip to content

Commit 26260c4

Browse files
committed
removed somee casks
1 parent 8ea5596 commit 26260c4

File tree

6 files changed

+4198
-4187
lines changed

6 files changed

+4198
-4187
lines changed

conf/sublime-text-3/Packages/User/Package Control.merged-ca-bundle

Lines changed: 4182 additions & 4182 deletions
Large diffs are not rendered by default.

conf/sublime-text-3/Packages/User/Package Control.sublime-settings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"Git",
3232
"GitGutter",
3333
"Google Spell Check",
34+
"Groovy Snippets",
3435
"Grunt",
3536
"Increment Selection",
3637
"IntelliDocs",
@@ -59,6 +60,7 @@
5960
"Sync View Scroll",
6061
"SyncedSideBar",
6162
"Terraform",
63+
"TerraformSnippets-AWS",
6264
"Theme - Hero",
6365
"Theme - Soda",
6466
"TrailingSpaces",

conf/sublime-text-3/Packages/User/Preferences.sublime-settings

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
"auto_complete_selector": "source, text",
33
"bold_folder_labels": true,
44
"caret_style": "phase",
5-
"theme": "One Dark.sublime-theme",
65
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
7-
"one_dark_native_title_bar": true,
8-
"one_dark_show_scroll_tabs": true,
9-
"one_dark_show_tabs_dropdown": true,
106
"default_line_ending": "unix",
117
"detect_slow_plugins": true,
128
"draw_white_space": "all",
@@ -23,6 +19,9 @@
2319
"draw_normal",
2420
"draw_active"
2521
],
22+
"one_dark_native_title_bar": true,
23+
"one_dark_show_scroll_tabs": true,
24+
"one_dark_show_tabs_dropdown": true,
2625
"show_full_path": false,
2726
"soda_classic_tabs": true,
2827
"soda_folder_icons": true,

init/30_osx_homebrew_casks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ casks=(
5757
bettertouchtool
5858
#charles
5959
#chromium
60-
clamxav
6160
codekit
6261
colorpicker-skalacolor
6362
#cornerstone

link/.bashrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ function dotfiles() {
2323
}
2424

2525
src
26+
27+
# tabtab source for serverless package
28+
# uninstall by removing these lines or running `tabtab uninstall serverless`
29+
[ -f /Users/ezbon.jacob/Repos/ghe.coxautoinc.com/MAN-VIKings/image-order-processor/node_modules/tabtab/.completions/serverless.bash ] && . /Users/ezbon.jacob/Repos/ghe.coxautoinc.com/MAN-VIKings/image-order-processor/node_modules/tabtab/.completions/serverless.bash
30+
# tabtab source for sls package
31+
# uninstall by removing these lines or running `tabtab uninstall sls`
32+
[ -f /Users/ezbon.jacob/Repos/ghe.coxautoinc.com/MAN-VIKings/image-order-processor/node_modules/tabtab/.completions/sls.bash ] && . /Users/ezbon.jacob/Repos/ghe.coxautoinc.com/MAN-VIKings/image-order-processor/node_modules/tabtab/.completions/sls.bash

link/.tmux.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set -g @plugin 'tmux-plugins/tmux-yank'
2+
set -g @plugin 'tmux-plugins/tmux-resurrect'
23

34
# Change prefix key to Ctrl+a
45
unbind C-b
@@ -88,3 +89,6 @@ bind h split-window -h -c "#{pane_current_path}"
8889
run-shell "powerline-daemon -q"
8990
# run-shell 'run-shell "tmux source-file $(python3 -m site --user-site)/powerline/bindings/tmux/powerline.conf"'
9091
source "/Users/ezbon.jacob/Library/Python/3.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf"
92+
93+
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
94+
run -b '~/.tmux/plugins/tpm/tpm'

0 commit comments

Comments
 (0)