aboutsummaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-28 08:59:16 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-28 08:59:16 -0500
commitb40f6529684398355d93fc845ea0cd0ef3cc6b88 (patch)
treebafab90d864c3733d5f1812683ab18ce6ced3947 /runs
parentc31571d6435a9fe3c55f10aebc205f37f775dc74 (diff)
usual config changes
Diffstat (limited to 'runs')
-rwxr-xr-xruns/env.sh2
-rwxr-xr-xruns/get-reqs-B-current-arch.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/runs/env.sh b/runs/env.sh
index 6f0b267..ce8aeca 100755
--- a/runs/env.sh
+++ b/runs/env.sh
@@ -22,7 +22,7 @@ $(find ~/stuff/scripts/system -maxdepth 2 -type d)"
echo "adding $s to path"
paths="$paths:$s"
done
- echo "export PATH=\"$paths\":" > "$DEV_ENV/.local/bin/system/paths.sh"
+ echo "export PATH=\"$paths:\"" > "$DEV_ENV/.local/bin/system/paths.sh"
chmod u+x "$DEV_ENV/.local/bin/system/paths.sh"
fi
diff --git a/runs/get-reqs-B-current-arch.sh b/runs/get-reqs-B-current-arch.sh
index a97bf9b..d7134b6 100755
--- a/runs/get-reqs-B-current-arch.sh
+++ b/runs/get-reqs-B-current-arch.sh
@@ -11,7 +11,7 @@ $sudo pacman -S xorg-server libxft libxinerama pipewire-pulse pipewire-alsa pipe
$sudo pacman -S fcitx5-im fcitx5-mozc
# for vr
-$sudo pacman -S cli11 eigen glib2 glib2-devel nlohmann-json patch
+$sudo pacman -S cli11 eigen glib2 glib2-devel nlohmann-json patch fcitx5-im-emoji-picker-git
# git clone https://aur.archlinux.org/paru.git
# cd paru