Skip to content

mpforce1/zsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZSH Configuration.

Install process:

  • Install zsh, e.g: sudo apt install zsh zsh-doc
  • Grab the repository: git clone --recursive [email protected]:Lattyware/zsh.git "${XDG_CONFIG_HOME:-${HOME}/.config}/zsh"
  • Link the main script: ln -s "${XDG_CONFIG_HOME:-${HOME}/.config}/zsh/rc" "${HOME}/.zshrc"
  • Set your user's default shell to zsh: sudo usermod --shell "$(which zsh)" "$(whoami)"

About

ZSH Configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published