Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 798 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 798 Bytes

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"
...