fix coder setup maybe

This commit is contained in:
John Doty 2023-11-10 15:52:57 +00:00
parent 880a642672
commit 93fec1c8a4
2 changed files with 63 additions and 20 deletions

View file

@ -10,23 +10,5 @@ cd $MY_PATH
# Run the basic setup.
python3 "./setup.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
sudo apt install -y wget fish java-common atop htop
# Change my shell to fish.
sudo chsh -s /usr/bin/fish $USER
# Install fish related stuff
/usr/bin/fish "./setup.fish"
# Make sure that the gitconfig that's on my computer links to my shared
# config.
git config --global include.path .gitconfig.shared
# Install blacken and prettier and some versions of python.
pip3 install --index-url=https://pypi.org/simple black
sudo npm install -g prettier pyright
curl -sSL https://install.python-poetry.org | python3 -
# Run the coder setup.
python3 "./coder-setup.py"