Last active
November 4, 2024 07:04
-
-
Save pyrossh/754d95670c3c3bb5591adab10c522543 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
brew bundle | |
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells | |
chsh -s /opt/homebrew/bin/fish | |
fish | |
set -x LANG en_US.UTF-8 | |
set -x LC_ALL en_US.UTF-8 | |
fisher install pure-fish/pure | |
fisher install IlanCosman/tide@v5 | |
fish_add_path /opt/homebrew/bin | |
fish_add_path /opt/homebrew/opt/openjdk/bin | |
fish_add_path /opt/homebrew/opt/ruby/bin | |
fish_add_path ~/Library/Android/sdk/platform-tools/ | |
mas install 497799835 // installs xcode | |
launchctl setenv JAVA_HOME "/opt/homebrew/opt/openjdk" | |
launchctl setenv ANDROID_HOME ~/Library/Android/sdk | |
launchctl setenv NPM_TOKEN value | |
launchctl setenv EDITOR hx | |
git config --global --add --bool push.autoSetupRemote true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment