Skip to content
Snippets Groups Projects
Commit 1b2cced3 authored by Pierre Balaye's avatar Pierre Balaye
Browse files

configs dir no properly set

parent 3b62e170
Branches
No related tags found
No related merge requests found
...@@ -17,4 +17,3 @@ export -f mefs_indent_message ...@@ -17,4 +17,3 @@ export -f mefs_indent_message
./03-clone-spacemacs-develop.sh ./03-clone-spacemacs-develop.sh
./04-multiple-spacemacs-configs.sh ./04-multiple-spacemacs-configs.sh
./05-doom-setup.sh ./05-doom-setup.sh
./06-vanilla-setup.sh
...@@ -4,5 +4,5 @@ mefs_indent_message "Directory tree creation..." ...@@ -4,5 +4,5 @@ mefs_indent_message "Directory tree creation..."
mkdir -p $mefs_EMACSDIR/sources mkdir -p $mefs_EMACSDIR/sources
mkdir -p $mefs_EMACSDIR/flavors/ mkdir -p $mefs_EMACSDIR/flavors/
ln -sf $mefs_THISREPODIR/configs $mefs_EMACSDIR/flavors/ ln -sf $mefs_THISREPODIR/configs $mefs_EMACSDIR/
#!/bin/bash
mkdir -p $mefs_FLAVORDIR/vanilla
touch $mefs_FLAVORDIR/vanilla/init.el
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment