Skip to content

guilhermeparreira/my-vscode-settings

Repository files navigation

my-personal-settings

This repository stores all my personal preferences. I use it to have both shortcuts in my personal and professional laptops.

vs-code

Both PCs cloned these repositories and have a symbolic link from the repo to the User Settings in Vscode.

So, to use it in another repo, you need to clone the repo and then create the symbolic link:

cd ~
# You need to remove the previous file before
rm ~/.config/Code/User/settings.json
rm ~/.config/Code/User/keybindings.json
rm ~/.config/Code/User/snippets/personal_snippets.code-snippets
cd Documents
git clone https://github.com/guilhermeparreira/my-vscode-settings.git
cd my-vscode-settings/
ln -s ~/Documents/my-vscode-settings/keybindings.json ~/.config/Code/User/keybindings.json
ln -s ~/Documents/my-vscode-settings/settings.json ~/.config/Code/User/settings.json
ln -s ~/Documents/my-vscode-settings/personal_snippets.code-snippets ~/.config/Code/User/snippets/personal_snippets.code-snippets

This will, if a change occurs in the file, you need to push to the repository and pull the update in another PC.

Bash

Include the content of bashrc_personalized.sh into bash.sh in the correct spot

About

This repository stores all my personal vscode preferences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages