Skip to content

Instantly share code, notes, and snippets.

View DrPoppyseed's full-sized avatar
👀
curious

Haruki Jay Shimada DrPoppyseed

👀
curious
  • Tokyo
  • 22:40 (UTC +09:00)
View GitHub Profile
@DrPoppyseed
DrPoppyseed / setup.sh
Last active November 25, 2023 00:52
Commands to get started on new ubuntu machine for ISUCON
sudo apt install -y git zsh gh
sudo apt-get -y update
sudo apt-get -y install percona-toolkit
# for docker ubuntu
# apt-get update && apt-get install -y curl lua5.4 neovim
# apt install -y git zsh
# install starship
curl -sS https://starship.rs/install.sh | sh