Disable fing in default cask apps, because dl link keeps changing.
This commit is contained in:
parent
d1c8cc6aeb
commit
f34f1a1f18
@ -64,7 +64,7 @@ homebrew_cask_appdir: /Applications
|
|||||||
homebrew_cask_apps:
|
homebrew_cask_apps:
|
||||||
- docker
|
- docker
|
||||||
- dropbox
|
- dropbox
|
||||||
- fing
|
# - fing # Download link keeps getting changed, d'oh!
|
||||||
- firefox
|
- firefox
|
||||||
- google-chrome
|
- google-chrome
|
||||||
- handbrake
|
- handbrake
|
||||||
|
|||||||
@ -32,4 +32,6 @@
|
|||||||
"folder_exclude_patterns": ["node_modules", ".svn", ".git", ".hg", "CVS", "vendor", ".bundle", ".vagrant"],
|
"folder_exclude_patterns": ["node_modules", ".svn", ".git", ".hg", "CVS", "vendor", ".bundle", ".vagrant"],
|
||||||
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace"],
|
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace"],
|
||||||
"binary_file_patterns": ["generated/*", "*.tbz2", "*.gzip", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"]
|
"binary_file_patterns": ["generated/*", "*.tbz2", "*.gzip", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"]
|
||||||
|
"auto_complete": false,
|
||||||
|
"auto_complete_commit_on_tab": true,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user