Skip to content

Commit

Permalink
Clean install extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel committed Sep 11, 2022
1 parent a288eee commit 0fe7555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ chmod 700 ~/src
rustup default stable

# Install vscodium extensions
vscodium --list-extensions | xargs -n 1 vscodium --uninstall-extension
xargs -n 1 vscodium --install-extension < ~/dot-files/vscodium-extensions.txt

# Initialize nvim
Expand Down

0 comments on commit 0fe7555

Please sign in to comment.