MacOS Terminal Configuration for Developers
Zsh with Jonathan Theme
NeoVim with NvChad
- Simplify terminal usage with
iterm2as main terminal - Set up your terminal with Oh My Zsh
Jonathantheme (screenshots in examples) - Configure NeoVim with NvChad (screenshots in examples)
- Add
.githubhooks to use one GitHub account per repository (need to switch manually)
-
Install iTerm2
-
Install Oh My Zsh
-
Change
{USER}in.zshrcto your name (whoami) -
Copy files to
$HOME(~) folder
$ cd ~
$ git clone https://github.com/saequus/mac-conf.git
$ cd mac-conf
$ make prepare- Reload terminal
$ source ~/.zshrc
# now new styles should be applied to the shell -
To enable nerd fonts with icons for NeoVim go to
- iTerm2 ->
- Profiles ->
- Default (or any other Profile you use) ->
- Mark checkbox
User a different font for non-ASCII text - Don't forget to download and set one of Nerd Fonts at the Font field at this tab
-
Remove repo from your machine

