研究出来了通过 /etc/rc.local -> /root/autostart.sh 自启动的方法

This commit is contained in:
luk.lu
2019-10-09 13:26:39 +08:00
parent 68b8fced7c
commit c0d8243ba7
3 changed files with 6 additions and 5 deletions

View File

@@ -10,4 +10,5 @@ ln -s ~/linux.config/.emacs.lisp ~/
ln -s ~/linux.config/.bashrc ~/
ln -s ~/linux.config/.bash_profile ~/
. ~/.bashrc
git config --global confidential.helper cache
echo "######## 完毕 ##################"