Skip to content

Instantly share code, notes, and snippets.

@rebootd
Last active April 12, 2022 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rebootd/6d6b13556740c37afde6 to your computer and use it in GitHub Desktop.
Save rebootd/6d6b13556740c37afde6 to your computer and use it in GitHub Desktop.
# 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@address.com}"
# 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