install emacs.d via install.sh rather than submodule
This commit is contained in:
parent
5e3a7ed625
commit
8ba5377a3e
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
@ -1 +0,0 @@
|
|||||||
Subproject commit cd96cafc2c834dce6d300dae5ff8813b7d747c58
|
|
@ -5,6 +5,11 @@ if [ ! -d ~/.oh-my-zsh ]; then
|
|||||||
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||||
fi
|
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`
|
DOTFILES=`cd $(dirname $0); pwd`
|
||||||
|
|
||||||
for FILE in $DOTFILES/*; do
|
for FILE in $DOTFILES/*; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user