General repository to store my preferences and files.
In order to install Visual Studio code, follow this instructions.
Path for user settings file: $HOME/.config/Code/User/settings.json
Path for user keybindings file: $HOME/.config/Code/User/keybindings.json
To install keybindings.json
, settings.json
and extensions you can simply run the install.sh
bash script:
curl -L https://raw.githubusercontent.com/racoon63/vscode/master/install.sh | bash