duplicate?
This commit is contained in:
parent
1dba0cc94e
commit
6fd607aa2a
1 changed files with 4 additions and 0 deletions
4
arch.sh
4
arch.sh
|
@ -394,6 +394,10 @@ main() {
|
|||
updated_config_discord="$(< "$path_config_discord" jq '. + { "SKIP_HOST_UPDATE": true }')"
|
||||
echo "$updated_config_discord" > "$path_config_discord"
|
||||
|
||||
# === Emacs ==
|
||||
# mkdir -p "$HOME"/.emacs.d
|
||||
# wget -q ${repo}/.emacs.d/init.el -O "$HOME"/.emacs.d/init.el
|
||||
|
||||
# === MIDI files ==
|
||||
{
|
||||
echo "soundfont /usr/share/soundfonts/FluidR3_GS.sf2"
|
||||
|
|
Loading…
Reference in a new issue