install emacs.d via install.sh rather than submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "emacs.d"]
|
||||
path = emacs.d
|
||||
url = https://github.com/walkah/emacs.d.git
|
1
emacs.d
1
emacs.d
Submodule emacs.d deleted from cd96cafc2c
@ -5,6 +5,11 @@ if [ ! -d ~/.oh-my-zsh ]; then
|
||||
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||
fi
|
||||
|
||||
# Install emacs.d
|
||||
if [ ! -d ~/.emacs.d ]; then
|
||||
git clone https://github.com/walkah/emacs.d.git ~/.emacs.d
|
||||
fi
|
||||
|
||||
DOTFILES=`cd $(dirname $0); pwd`
|
||||
|
||||
for FILE in $DOTFILES/*; do
|
||||
|
Reference in New Issue
Block a user