- Install ZSH and Oh My Zsh
- Replace your existing ~/.zshrc file with the one from this repository or just copy certain settings
- Install custom plugins Download and copy these plugins to ~/.oh-my-zsh/custom/plugins/ folder
- Visual studio code launcher
Usage:
code .
open current folder in VS Codecode <PATH_TO_FILE>
open specific file in VS Code
- cheatsh shortcut
Usage:
cheatsh ruby/Array
cheatsh ruby/Hash
- historyfind, find any command usage in entire ZSH history
Usage:
hf ssh
- Quick aliases
- Update pre-defined aliases to your own folder structure
- Then simply type alias in terminal to perform that action
- Lazy Git, a custom Git GUI for terminal
- Install via homebrew
brew install lazygit
- Alias is already defined, so just type
lg
inclio
project folder
- Install via homebrew
- Delete all Git branches locally except
master
anddevelop
delete_git_branches
- Verify:
git branches
- Copy the
oh-my-zsh/custom/themes/indigo.zsh-theme
file to~/.oh-my-zsh/custom/themes/
folder - Update ~/.zshrc file to use this theme
ZSH_THEME="indigo"
- Place all significant dotfiles in this repository
- Write a script to auto deploy them on local machine