From f8ec1ba553f02cf1d2f43d2e95a96c523591729d Mon Sep 17 00:00:00 2001 From: Jaewook Lee <11328376+jaewooklee93@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:23:19 -0400 Subject: [PATCH] main: add README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" +```