Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 929 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 929 Bytes

AnKor Shell

Usage

1. Clone repository to somewhere

cd /code # just for example
git clone [email protected]:korniychuk/ankor-shell.git

2. Load the library

Add next lines of code to your ~/.bashrc / ~/.zshrc configs

# AnKor Shell Library
source "/code/ankor-shell/index.sh"
source "${AK_SCRIPT_PATH}/disk-aliases.sh" "/Volumes"
source "${AK_SCRIPT_PATH}/node-loader.sh"
source "${AK_SCRIPT_PATH}/cals.sh"

3. Custom Scripts repository

rm custom-scripts/.gitkeep
git clone [email protected]:korniychuk/ankor-shell_custom-scripts.git custom-scripts

Helpful links