Skip to content
Snippets Groups Projects
Select Git revision
  • e8c96c803854635736bbbceeb964e2a008e431f1
  • master default protected
2 results

05-doom-setup.sh

Blame
  • 05-doom-setup.sh 273 B
    #!/bin/bash
    
    mefs_indent_message "Doom setup..."
    
    mefs_FLAVORDOOM=$mefs_FLAVORDIR/doom
    
    if [ ! -d $mefs_FLAVORDOOM ]
    then
     git clone https://github.com/hlissner/doom-emacs $mefs_FLAVORDOOM
    
     export DOOMDIR=$mefs_CONFIGDIR/doom
    
     cd $mefs_FLAVORDOOM
     ./bin/doom install
    
    fi