From ada59d0a0fb347b9ee462dea068611e6ae866f4b Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 10 Nov 2022 15:03:10 +0000 Subject: [PATCH 1/2] Yup don't need this --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 3165ada..e2f50c3 100755 --- a/install.sh +++ b/install.sh @@ -10,9 +10,6 @@ cd $MY_PATH # Run the basic setup. python3 "./setup.py" -# # Un-minimize this installation -# sudo python3 "./unminimize.py" - # # OK this stuff here is better in bash, and also is specific to setting up # # coder.com instances, so. Add packages that I want in my coder image. sudo apt update From 1c4196b595fbdf61916cbf1051c54d6802ac4d6e Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 10 Nov 2022 15:03:39 +0000 Subject: [PATCH 2/2] More cleanup --- install.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install.sh b/install.sh index e2f50c3..a9d6cc5 100755 --- a/install.sh +++ b/install.sh @@ -24,12 +24,3 @@ sudo chsh -s /usr/bin/fish $USER # Make sure that the gitconfig that's on my computer links to my shared # config. git config --global include.path .gitconfig.shared - -# Install local rust so I have rustfmt at the very least. -# (This should be in the image I think.) -# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - -# Install bazelisk -# wget https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 -# mv ./bazelisk-linux-amd64 ~/bin/bazelisk -# chmod a+x ~/bin/bazelisk