Skip to content

Instantly share code, notes, and snippets.

@savishy
Last active August 5, 2023 08:42
Show Gist options
  • Save savishy/d9e631e13cc7187ced7d4cdc64cbf71a to your computer and use it in GitHub Desktop.
Save savishy/d9e631e13cc7187ced7d4cdc64cbf71a to your computer and use it in GitHub Desktop.
export PATH=$PATH:/opt/homebrew/bin:/opt/homebrew/opt/python@3/libexec/bin
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
git config --global user.name "Vish"
git config --global user.name "savishy.pv@gmail.com"
git config --global alias.st status
git config --global alias.ci commit
git config --global alias.co checkout
for p in python@3.11; do
brew install $p
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment