Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Install Extensions

Make sure the code/cursor command is installed in PATH

  • Ctrl/Cmd + Shift + P
  • Shell Command: Install 'code' command in PATH

VSCode

cat extensions.json | jq -r '.recommendations[]' | xargs -I {} code --install-extension {}

Cursor

cat extensions.json | jq -r '.recommendations[]' | xargs -I {} cursor --install-extension {}

About

Settings, keybindings, and extensions for VSCode and Cursor

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors