# backup old one
mv "$HOME/Library/Application Support/Code/User/settings.json{,.bak}"
# download new
curl \
-so "$HOME/Library/Application Support/Code/User/settings.json" \
https://raw.githubusercontent.com/nitrocode/dotfiles/main/vscode_settings.json
File locations https://stackoverflow.com/a/53841945/2965993
Should copy the one true
settings.jsonand able to easily install it with a curl command