Turbo charge your Mac(zsh) in 5 lines

1 points by bosky101 ↗ HN

    cp $HOME/.zshrc $HOME/.zshrc.backup
    git clone https://github.com/warbacon/zunder-zsh.git
    cd ./zunder-zsh
    ./install.sh
    cat $HOME/.zshrc.backup >> $HOME/.config/zunder-zsh/after.zsh

2 comments

[ 187 ms ] story [ 353 ms ] thread
I just use oh my zsh and forget about it.