Compare commits

...

2 commits

Author SHA1 Message Date
John Doty
1c4196b595 More cleanup 2022-11-10 15:03:39 +00:00
John Doty
ada59d0a0f Yup don't need this 2022-11-10 15:03:10 +00:00

View file

@ -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
@ -27,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