Skip to content

Commit 9bea9a2

Browse files
committed
Update decontainer install
1 parent a997f7f commit 9bea9a2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/devcontainer.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ print_details
1414
apt_update
1515
apt_install \
1616
fzf \
17-
golang-go \
18-
npm \
1917
pass \
20-
python3-venv \
2118
software-properties-common \
2219
stow \
2320
wget \
@@ -27,10 +24,6 @@ apt_install \
2724
# change to zsh as default shell
2825
sudo chsh -s /usr/bin/zsh
2926

30-
# ensure that submodules are downloaded
31-
git submodule init
32-
git submodule update
33-
3427
# ensure that .config is owned by the current user
3528
if [[ -d $HOME/.config && ! $(stat -c "%U" $HOME/.config) == "$(whoami)" ]]; then
3629
sudo chown $(id -u):$(id -g) $HOME/.config
@@ -45,9 +38,6 @@ wget https://github.com/neovim/neovim-releases/releases/download/v0.10.1/nvim.ap
4538
sudo mv nvim.appimage /usr/bin/nvim
4639
sudo chmod u+x /usr/bin/nvim
4740

48-
curl https://sh.rustup.rs -sSf | bash -s -- -y
49-
source $HOME/.cargo/env
50-
5141
zsh_extras
5242

5343
starship_install

0 commit comments

Comments
 (0)