Skip to content

leovincentseles/zsh-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A ZSH configuration file.

ZSH

Installation

ZSH manager oh my zsh

1. Clone the repository
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
2. Optionally, backup your existing ~/.zshrc file
cp ~/.zshrc ~/.zshrc.orig

Primary theme Powerlevel10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Backup theme nctu

git clone --depth=1 https://github.com/leovincentseles/nctu.zsh-theme.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/leovincentseles
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Get the ZSH configuration file

git clone https://github.com/leovincentseles/zsh-config
cd zsh-config
rm -rf images README.md .git
cd ..
cp -a zsh-config/. ~/
rm -rf zsh-config

About

A ZSH configuration file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages