Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

pom.xml

Blame
  • 02-chemacs-setup.sh 251 B
    #!/bin/bash
    
    mefs_indent_message "Chemacs setup..."
    
    [ -d $mefs_CHEMACSDIR ] ||
        git clone https://github.com/plexus/chemacs.git $mefs_CHEMACSDIR
    
    $mefs_CHEMACSDIR/install.sh
    
    ln -sf $mefs_THISREPODIR/dot.emacs-profiles.el $HOME/.emacs-profiles.el