Disable fing in default cask apps, because dl link keeps changing.

This commit is contained in:
Jeff Geerling 2017-01-31 12:06:30 -06:00
parent d1c8cc6aeb
commit f34f1a1f18
2 changed files with 3 additions and 1 deletions

View file

@ -64,7 +64,7 @@ homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- docker
- dropbox
- fing
# - fing # Download link keeps getting changed, d'oh!
- firefox
- google-chrome
- handbrake

View file

@ -32,4 +32,6 @@
"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"],
"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,
}