diff --git a/README.md b/README.md index 8097107..d9bfb12 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# wiki \ No newline at end of file +# wiki + +```shell +mkdir -p ~/.config && cd ~/.config +git clone https://git.yauk.tv/jay817/wiki +ln -s $(pwd)/wiki/linux-bash/bash_aliases.sh ~/.bash_aliases +RC="$HOME/.${SHELL##*/}rc" && echo $RC +source "$RC" +```