Skip to content

cardil/zsh-defaults

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Defaults to be used for all my ZSH installs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages