chsh -s /bin/bash
exec "$SHELL"
cd ~ && mkdir Projects && cd Projects
git clone https://github.com/eitanpo/dotfiles.git
cd dotfiles && source bootstrap.shYou might be asked to install Xcode Command Line Tools
Review Brewfile to remove unnecessary installations.
source brew.sh
source ~/.macosConfigure Terminal colors by importing theme from resources/ folder (a new theme would be created).
Use the imported theme for startup and as default.
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
source ~/Projects/dotfiles/bootstrap.sh