Settings for my dev environment.
- Get iTerm2 as a terminal replacement.
- Within iTerm download oh my zsh.
- Next, install pure-prompt. Use the homebrew installation.
- Get iterm2-snazzy.
- Also get zsh-syntax-highlighting.
Here are a couple settings I like to get a full clean version of iTerm where it looks very similar to my old Hyper setup.
- Use Minimal Theme
- Change font to Menlo
- Use a custom window title and set to
~
- In the "Panes" section uder "Appearance", set margins for Top/Bottom and Left/Right (Side) to 15
- If you want to remove the "last login" text at the start of each session do:
touch .hushlogin
- If the "you've got mail" message also pops up, check out this thread to delete that message.
You'll want to create symlinks between the config files and files in this repo.
Remove the original config file:
rm ~/.zshrc
Next, create the symlink
ln -s ~/path/to/this/repo/.zshrc ~/.zshrc
Now, any changes that happen in this repo will be applied when pulled down.