[
  {
    "path": "README.md",
    "content": "## Pimp Your Terminal\nshow note from youtube video ->\n\n![term.jpg](term.jpg)\n\n##### Install ZSH\n`sudo apt install zsh`\n##### Set zsh as default\n`chsh -s $(which zsh)`\n##### in gnome terminal\n> **profile custom command**\n\n##### zsh default themes\nhttps://github.com/ohmyzsh/ohmyzsh/wiki/Themes\n\nedit .zshrc\n\nZSH_THEME=\"jonathan\"\n\n##### Install ohmyzsh\n`sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"`\n\n##### Zsh Must-Have Plugin\n`git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`\n\n`git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`\n\nedit .zshrc to include plugins\nplugins=(git zsh-autosuggestions zsh-syntax-highlighting)\n\n##### plugins include with ohmyzsh\nhttps://github.com/ohmyzsh/ohmyzsh/wiki/Plugins\n\n\n##### Nerd Font\nhttps://www.nerdfonts.com/\n\nhttps://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraMono\n\ndownload and install firamono for linux\n\n##### Install Powerlevel 10k\n`git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k`\n\nedit .zshrc\n\nZSH_THEME=\"powerlevel10k/powerlevel10k\"\n\nPOWERLEVEL9K_MODE=\"nerdfont-complete\"\n"
  }
]