mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-16 12:38:28 +00:00
Disable fing in default cask apps, because dl link keeps changing.
This commit is contained in:
parent
d1c8cc6aeb
commit
f34f1a1f18
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue