dotfiles
December 16, 2022 ยท View on GitHub
Hey wes what settings do you use?
These are my config setting for various apps, editors and linters. I'd suggest not copying them directly but referencing what I have and what ones might make sense for you.
These are constantly changing as I work on different types of projects so I don't necessarily always have an answer to "y do u do ____ instead of ____"
Enjoy! ๐
Explanations
- Wes Bos .bttpreset โ My Better Touch Tool Settings. This is a collection of shortcuts and automations that I use around window management, video editing, snap areas, and much more. I will do a video on this tool one day - it's amazing.
- settings.json โ VS Code Settings
- vs-code-extensions-i-use.md โ ya get?
- keybindings.json โ Custom Keyboard shortcuts. The emmet Ctrl + E is how I get emmet to work anywhere.
- javascript.snippets.json โ Some JS Snippets
- hot-tip-vscode-settings.json โ Workspace settings I use for recording my short form content
Keeping up to date
This is for wes to remember what I did.
I created "hard links", so the content is available inside git.
ln ~/Library/ApplicationSupport/Code/User/settings.json settings.json
ln ~/Library/ApplicationSupport/Code/User/keybindings.json keybindings.json
ln ~/Videos/hot-tips/.vscode/settings.json ./hot-tip-vscode-settings.json
Then to get a list of extensions:
- Open up your extensions list.
โ+โง+x - type in
@enabled - Open VS Code dev toosls
HelpโToggle Developer Tools - Paste the code from get-extensions.js into the console
- It will be in your clipboard, so just paste into
vs-code-extensions-i-use.md