mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-16 09:02:42 +00:00
examples: emacs: Add install.sh
* modules/rosenthal/examples/emacs/install.sh: New file.
This commit is contained in:
parent
bb61aead91
commit
eabcecfe5c
10
modules/rosenthal/examples/emacs/install.sh
Executable file
10
modules/rosenthal/examples/emacs/install.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# SPDX-FileCopyrightText: 2026 Hilton Chain <hako@ultrarare.space>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
grep --recursive --no-filename '^;;guix:' . |
|
||||
sed --regexp-extended 's/^;;guix:(.*)/"\1"/g' |
|
||||
xargs guix install emacs-pgtk
|
||||
|
||||
[[ ! -e ~/.config/emacs/init.el ]] && cp --recursive . ~/.config/emacs
|
||||
Loading…
Reference in New Issue
Block a user