Skip to content

Instantly share code, notes, and snippets.

View peaske7's full-sized avatar
👀
curious

Jay peaske7

👀
curious
View GitHub Profile
@peaske7
peaske7 / 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