Vassopoli / linux-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zshrc

Configuration used by me on zsh

Dependencies

Setting up

  1. First of all, clone this repository

    git clone https://github.com/Vassopoli/zshrc.git
  2. Now, enter the folder

    cd zshrc
  3. Create a hard link in your home folder. Note the -f flag that forces the link creation, overriding existing auto-generated .zshrc.

    ln -f ./.zshrc $HOME/.zshrc
  4. And finally, source the new .zshrc (or close your terminal and open a new one)

    source $HOME/.zshrc

About


Languages

Language:Shell 100.0%