Skip to content

Instantly share code, notes, and snippets.

@kissge
Created April 8, 2023 02:27
Show Gist options
  • Save kissge/25063f2c07a1df38c9b735eb9cfbf2f5 to your computer and use it in GitHub Desktop.
Save kissge/25063f2c07a1df38c9b735eb9cfbf2f5 to your computer and use it in GitHub Desktop.
sudo apt install -y git zsh tmux locales pkg-config cmake g++ && sudo dpkg-reconfigure locales
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kissge/dotfiles/master/setup.sh)"
curl https://pyenv.run | bash
gsutil cp gs://loyalmate/pyenv.tar.gz /tmp/ && tar zxvf /tmp/pyenv.tar.gz
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv global 3.11.2
curl -sSL https://install.python-poetry.org | python3 -
git clone https://github.com/legalscape/loyalmate.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment