Skip to content

pheiduck/zshlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zshlab

Storing my zshrc for macOS or linux Config changes are allowed

Feel free to add your suggestions ;)

Needs to be stored in homedirectory, with name convention ".zshrc" for use.

XTERM Colors

Default setup zshrc

cd /tmp
git clone https://github.com/pheiduck/zshlab.git
cd zshlab
cat zshrc > Copy Content
vim ~/.zshrc > Past Content

OhMyZsh Support

setup zshlab.zsh-theme

cd /tmp
git clone https://github.com/pheiduck/zshlab.git
cd zshlab/.oh-my-zsh/custom/themes
cp zshlab.zsh-theme ~/.oh-my-zsh/custom/themes/

config zshrc

vim ~/.zshrc

...
ZSH_THEME="zshlab"
...