- Add Russian Keyboard
- Install Google Chrome
- iTerm2 - https://www.iterm2.com/
- Term2 Theme - https://github.com/MartinSeeler/iterm2-material-design
- iTerm2 Font - Hasklig font (https://github.com/i-tu/Hasklig)
Command Line Developer Tools for Xcode
$ xcode-select --installhttps://code.visualstudio.com/
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install fishtype fish to check if it was installed correctly, if installed correctly, type exit
type which fish, copy the path
type sudo sh -c 'echo <your-fish-path-here> >> /etc/shells'
restart your terminal
type chsh -s <your-fish-path-here>
restart terminal again
it should work now
- install latest version of Java JDK
$ brew install gitWhen done, to test that it installed fine you can run:
$ which gitThe output should be /usr/local/bin/git.
Always set your details before you create or clone repositories on a new system. This requires two commands in a terminal window:
$ git config --global user.name "Name"
git config --global user.email "email@emailaddress.com"To enable colors in the output, which can be very helpful, enter this command:
git config --global color.ui autoGenerate SSH key for GitHub authorization
cd ~/
ssh-keygen -t rsa
pbcopy < ~/.ssh/id_rsa.pub
Upload your public SSH key to GitHub
- install the app
- install the browser plug-in
- login to sync data
brew install --cask zoom- install Sublime editor
- Install WhatsApp
Z
fisher add jethrokuan/z
