diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-28 08:59:16 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-28 08:59:16 -0500 |
| commit | b40f6529684398355d93fc845ea0cd0ef3cc6b88 (patch) | |
| tree | bafab90d864c3733d5f1812683ab18ce6ced3947 /runs | |
| parent | c31571d6435a9fe3c55f10aebc205f37f775dc74 (diff) | |
usual config changes
Diffstat (limited to 'runs')
| -rwxr-xr-x | runs/env.sh | 2 | ||||
| -rwxr-xr-x | runs/get-reqs-B-current-arch.sh | 2 |
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 |
