main: add README.md

This commit is contained in:
Jaewook Lee
2024-08-09 09:23:19 -04:00
parent 18df6d26b3
commit f8ec1ba553

View File

@@ -1 +1,9 @@
# wiki
# 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"
```