Skip to content

Commit 36405e0

Browse files
author
Abdur Roquib Pramanik
authored
install vscode
1 parent 64afd15 commit 36405e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/
2626

2727
# create a symlink
2828
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
29+
30+
# install vscode
31+
sudo apt install software-properties-common apt-transport-https wget
32+
# Import the Microsoft GPG key
33+
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
34+
# add repository
35+
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
36+
# install vs-code
37+
sudo apt install code

0 commit comments

Comments
 (0)