add
This commit is contained in:
parent
e41122a4c9
commit
d2e1061276
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 ~/
|
Loading…
Reference in New Issue
Block a user