Renumber installation scripts
This commit is contained in:
parent
137fcd6e77
commit
cf4e828b1b
9 changed files with 0 additions and 0 deletions
9
.config/setup/43-install-emacs-lilypond-mode.sh
Executable file
9
.config/setup/43-install-emacs-lilypond-mode.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
projdir="$(systemd-path user)"/Projects
|
||||
mkdir -p "${projdir}"
|
||||
rm -rf "${projdir}/lilypond"
|
||||
cd "${projdir}" || exit
|
||||
git clone --depth=1 https://github.com/lilypond/lilypond
|
||||
cd lilypond || exit
|
||||
python3 scripts/build/lilypond-words.py --el --dir=elisp/
|
||||
Loading…
Add table
Add a link
Reference in a new issue