Repository files navigation
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2) Install ZSH via Homebrew(installed at /usr/local/bin/zsh PS: Mac’s default ZSH is at /bin/zsh )
3) Use the Homebrew version of ZSH
chsh -s /usr/local/bin/zsh
4) Logout and log back in.
5) Test if we are using ZSH and the correct ZSH
echo $0 -> zsh //correct
which zsh -> /usr/local/bin/zsh //correct
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
7) Close and quit terminal and reopen it.
9) Install Powerline fonts
git clone https://github.com/powerline/fonts.git
cd fonts
./install.sh
10) Change the Theme to “agnoster”
11) Close and quit terminal and reopen it.
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
13) Activate the plugin in ~/.zshrc by adding zsh-syntax-highlighting to the Plugins section
14) Re-read zshrc configuration
15) Install ZSH-AutoSuggestion Plugin
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
16) Open ~/.zshrc and add zsh-autosuggestions to the Plugins section
17) Re-read zshrc configuration
Visual Studio Code Configuration
1) Copy the config in setings.json from this repo to settings.json in your visual studio code
2) In your terminal select zsh to use all the power of zsh
carbon-now-sh
CSS Peek
ESlint
Live Server
SVG Viewer
vscode-spotify
WakaTime
1) Copy the .gitconfig from this repo to your global .gitconfig
npm i --save-dev eslint
npm i --save-dev eslint-plugin-import
npm i --save-dev eslint-config-airbnb-base
npm i --save-dev prettier
npm i --save-dev eslint-config-prettier - Disabling ESLint formatting rules
npm i --save-dev eslint-plugin-prettier - Make ESLint use Prettier rules
3) copy all files from eslint/node and added to the root directory and modify them as you want
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.