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

$HOME/emacs is now the install dir

parent 024af1ce
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export mefs_EMACSDIR="$HOME/test-emacs"
export mefs_EMACSDIR="$HOME/emacs"
mefs_indent_message () {
echo -e "\033[1;32m#-> $1\033[0m"
......
#!/bin/bash
mefs_indent_message "Doom setup..."
mefs_FLAVORDOOM=$mefs_FLAVORDIR/doom
if [ ! -d $mefs_FLAVORDOOM ]
......
#!/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