Created
April 8, 2023 02:27
-
-
Save kissge/25063f2c07a1df38c9b735eb9cfbf2f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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