Holds the config files and setup details for macOS, zsh, tmux, vim etc..
-
Install
iterm2
and set it as the default terminal. -
We need Xcode Command Line Tools before proceeding, install
XCode
. -
Clone this repo and import the flatland colors theme to
iterm2
. -
Map
⌥+←
or⌥+→
to jump over words. Delete a whole word using⌥+backspace
. Follow steps here -
Install
brew
. -
Change the colors in iterm2 preferences to show autosuggestions (will be installed later).
-
Install ohmyzsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
-
Install p10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
-
Stop
brew
auto-updates: