Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.82 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.82 KB

dotfiles

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

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:

  1. Open up your extensions list. ⌘+⇧+x
  2. type in @enabled
  3. Open VS Code dev toosls HelpToggle Developer Tools
  4. Paste the code from get-extensions.js into the console
  5. It will be in your clipboard, so just paste into vs-code-extensions-i-use.md