Skip to content

TechPrimers/iterm2-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

iTerm2 Setup details

The following are the iTerm2 setup details which I followed for my OSX

Table of Contents

Installation

Installation steps for iterm2 and oh-my-zsh can be followed from this medium article by Adesh Gautam

Source: Powerup your terminal using Oh My Zsh and iTerm2

Customization

Remove username@machine_name from the prompt by adding the below command in ~/.zshrc file

export DEFAULT_USER=`whoami`

Source: Gist .zshrc file

More customizations

If you thing, the above customizations are not enough, try this one which has steps for VSCode integrations too

Source: Configuration of a beautiful efficient terminal and prompt on OSX in 7 minutes

PowerLevel10k Theme

Windows users

You are not left alone, follow the below article to get these features on Windows

Source: How to install zsh and oh my zsh on Windows 10

Releases

No releases published

Packages

No packages published