Last active
August 5, 2023 08:42
-
-
Save savishy/d9e631e13cc7187ced7d4cdc64cbf71a 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
export PATH=$PATH:/opt/homebrew/bin:/opt/homebrew/opt/python@3/libexec/bin | |
export CLICOLOR=1 | |
export LSCOLORS=GxFxCxDxBxegedabagaced |
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
git config --global user.name "Vish" | |
git config --global user.name "[email protected]" | |
git config --global alias.st status | |
git config --global alias.ci commit | |
git config --global alias.co checkout |
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
for p in [email protected]; do | |
brew install $p | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment