Web Dev
How to customization ZSH theme and install helpful plugins.
Zsh Configurations For installing zsh download and configure visit here.
Download iTerm Download the latest iTerm
Install oh-my-zsh Open iTerm and run the command:
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh) Powerline fonts Clone, install and remove powerline fonts.
# clone powerline font repo git clone https://github.com/powerline/fonts.git --depth=1 # install fonts cd fonts ./install.sh # cleanup cd .. rm -rf fonts Configure agnoster theme Source: Agnoster.
Edit ~/.zshrc to add agnoster theme.
# open zsh config file vim ~/.zshrc # update zsh theme section of code set ZSH_THEME="agnoster" Take backup of existing agnoster config file and replace it with agnoster.zsh-theme # backup cd .oh-my-zsh/themes mv agnoster.zsh-theme agnoster.zsh-theme_bkp # either create new or clone and move the above file mv ~/Downloads/agnoster.zsh-theme . Customise iTerm Different customisations for iterm Source: Jazz up zsh terminal












![CSS centering [Simple Guide as Possible]](https://res.cloudinary.com/dp1wbl5bw/image/upload/c_limit,f_auto,q_auto,w_150/v1778845949/uploads/2019/css-centering-min_rw7h8l.png)





