Compare commits
No commits in common. "1c4196b595fbdf61916cbf1051c54d6802ac4d6e" and "3649a01ae9bcdb97def05e102fb836c429757dc5" have entirely different histories.
1c4196b595
...
3649a01ae9
1 changed files with 12 additions and 0 deletions
12
install.sh
12
install.sh
|
|
@ -10,6 +10,9 @@ cd $MY_PATH
|
||||||
# Run the basic setup.
|
# Run the basic setup.
|
||||||
python3 "./setup.py"
|
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
|
# # 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.
|
# # coder.com instances, so. Add packages that I want in my coder image.
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
@ -24,3 +27,12 @@ sudo chsh -s /usr/bin/fish $USER
|
||||||
# Make sure that the gitconfig that's on my computer links to my shared
|
# Make sure that the gitconfig that's on my computer links to my shared
|
||||||
# config.
|
# config.
|
||||||
git config --global include.path .gitconfig.shared
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue