add
This commit is contained in:
12
setup-home.sh
Normal file
12
setup-home.sh
Normal file
@@ -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 ~/
|
||||
Reference in New Issue
Block a user