ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install zsh
chsh -s /usr/local/bin/zsh
echo $0-> zsh //correctwhich zsh-> /usr/local/bin/zsh //correct
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
open ~/.zshrc
git clone https://github.com/powerline/fonts.gitcd fonts./install.sh
ZSH_THEME="agnoster"- ZSH themes
12) Install the zsh-syntax-highlighting plugin’s repo and copy it to the “Oh My ZSH” plugins directory.
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
- carbon-now-sh
- CSS Peek
- ESlint
- Live Server
- SVG Viewer
- vscode-spotify
- WakaTime
npm i --save-dev eslintnpm i --save-dev eslint-plugin-importnpm i --save-dev eslint-config-airbnb-basenpm i --save-dev prettiernpm i --save-dev eslint-config-prettier- Disabling ESLint formatting rulesnpm i --save-dev eslint-plugin-prettier- Make ESLint use Prettier rules