Skip to content

saequus/mac-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac-conf

MacOS Terminal Configuration for Developers

Examples

Zsh with Jonathan Theme

Screenshot of the Zsh with Jonathan Theme

NeoVim with NvChad

Screenshot of the NvChad NeoVim

What is it for

  • Simplify terminal usage with iterm2 as main terminal
  • Set up your terminal with Oh My Zsh Jonathan theme (screenshots in examples)
  • Configure NeoVim with NvChad (screenshots in examples)
  • Add .github hooks to use one GitHub account per repository (need to switch manually)

Dependencies

Setting up configuration

  1. Install iTerm2

  2. Install Oh My Zsh

  3. Change {USER} in .zshrc to your name (whoami)

  4. Copy files to $HOME (~) folder

$ cd ~
$ git clone https://github.com/saequus/mac-conf.git
$ cd mac-conf
$ make prepare
  1. Reload terminal
$ source ~/.zshrc
# now new styles should be applied to the shell 
  1. 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
  2. Remove repo from your machine

About

Mac configurations for $HOME folder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published