diff --git a/setup-home.sh b/setup-home.sh new file mode 100644 index 0000000..88708cf --- /dev/null +++ b/setup-home.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +echo "Usage: setup.sh [VERSION]" +echo "Example: setup.sh" + +sudo apt update + +echo "######## 安装 ##################" +ln -s ~/home.config/.emacs ~/ +ln -s ~/home.config/.emacs.lisp ~/ +ln -s ~/home.config/.bashrc ~/ +ln -s ~/home.config/.bash_profile ~/