This is my configuration stored in $ZSH_CUSTOM.
-
Requirements:
- zsh
- oh-my-zsh
- fzf
-
Features:
- Quick navigation in a folder stored in $MASTER using fzf in that directory.
openmto open multiple files with the default program.cdmto cd to a directory.- Some alias I use.
Fork this repository into your github account and then:
cd $ZSH_CUSTOM
git init
git remote add origin https://YOUR_REPOSITORY(Example: https://github.com/AsierGali/ZSH_custom_config.git)
git pull origin master