Skip to content

Commit

Permalink
No need for vscode extension install since vscode can now sync extens…
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit authored Nov 19, 2023
1 parent cb15334 commit ecdb8a5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,6 @@ git_configs=(
"user.signingkey ${gpg_key}"
)

vscode=(
alanz.vscode-hie-server
justusadam.language-haskell
ms-ossdata.vscode-postgresql
rebornix.ruby
redhat.java
rust-lang.rust
scalameta.metals
scala-lang.scala
)

fonts=(
font-fira-code
font-source-code-pro
Expand Down Expand Up @@ -272,7 +261,6 @@ echo "Installing secondary packages ..."
install 'pip3 install --upgrade' "${pips[@]}"
install 'gem install' "${gems[@]}"
install 'npm install --global --force' "${npms[@]}"
install 'code --install-extension' "${vscode[@]}"

echo "Installing fonts ..."
brew tap homebrew/cask-fonts
Expand Down

0 comments on commit ecdb8a5

Please sign in to comment.