Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.11 KB

Cardil's ZSH

Defaults to be used for all my ZSH installs

Cardil's ZSH screenshot

Terminal: Terminology Font: MesloLGS Nerd Font

Installation

  1. install zsh: apt install -y zsh
  2. Install antigen to /opt/antigen:
sudo git clone https://github.com/zsh-users/antigen.git /opt/antigen
# Optionally, make it upgradable for users in admin group
sudo chmod -R g+w /opt/antigen
sudo chgrp -R admin /opt/antigen
sudo find /opt/antigen -type d -exec chmod g+s {} +
  1. Checkout this repo to: /etc/zsh/customize:
sudo git clone https://github.com/cardil/zsh-defaults.git /etc/zsh/customize
# Optionally, make it changable for users in admin group
sudo chmod -R g+w /etc/zsh/customize
sudo chgrp -R admin /etc/zsh/customize
sudo find /etc/zsh/customize -type d -exec chmod g+s {} +
  1. For users that should use this themed ZSH place those lines at begining of ~/.zshrc file:
# Use Cardil's ZSH theme
source /etc/zsh/customize/zsh-defaults.zsh