Skip to content

Vassopoli/linux-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages