Zsh

From belajarwiki
Revision as of 22:05, 13 March 2021 by Aditya (talk | contribs) (Created page with "=== Instalasi === sudo apt install zsh Install plugin sudo apt install git-core curl fonts-powerline sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Instalasi

  sudo apt install zsh

Install plugin

  sudo apt install git-core curl fonts-powerline 
  sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 

Jika ingin mengganti theme

  sudo vi ~/.zshrc 

Ganti pada bagian

  # Set name of the theme to load --- if set to "random", it will
  # load a random theme each time oh-my-zsh is loaded, in which case,
  # to know which specific one was loaded, run: echo $RANDOM_THEME
  # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

  ZSH_THEME="agnoster"

Referensi