Last active
April 12, 2022 22:51
-
-
Save rebootd/6d6b13556740c37afde6 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
# NOTE: install xcode and gcc tools | |
# run this script like this: curl -L https://gist.github.com/rebootd/6d6b13556740c37afde6/raw | sh | |
# Set up ssh key | |
# if [ ! -f ~/.ssh/id_rsa.pub ]; then | |
# ssh-keygen -t rsa -b 4096 -C "{[email protected]}" | |
# ssh-add ~/.ssh/id_rsa | |
# fi | |
# additional basics | |
brew install gcc git gpg | |
# install dev tools | |
# brew install android-commandlinetools android-platform-tools android-sdk android-studio androidtool jetbrains-toolbox | |
#install bash-it | |
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it | |
sh ~/.bash_it/install.sh | |
bash-it enable completion git | |
bash-it enable plugin git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment