aboutsummaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-02-28 06:36:32 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-02-28 06:36:32 -0600
commit66953f50fbbd312499d577ef6358fe0e675c54ab (patch)
treedb17cd89b55e570b0423cdddb9c1e36bc17a2d4b /runs
parentbd335ffc2838a9e4b2f43d799391507cd67387ed (diff)
Squashed commit of the following:
- removed manual pipewire start from autostart - shify - check if run file exist in run.sh
Diffstat (limited to 'runs')
-rwxr-xr-xruns/env.sh4
-rwxr-xr-xruns/get-reqs-arch.sh2
-rwxr-xr-xruns/packer.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/runs/env.sh b/runs/env.sh
index bd4adf2..aba0c05 100755
--- a/runs/env.sh
+++ b/runs/env.sh
@@ -1,10 +1,10 @@
-#!/bin/bash
+#!/bin/sh
+
echo DEPLOYING ENV
cp $script_dir/env/.bashrc "$DEV_ENV"
cp $script_dir/env/.bash_profile "$DEV_ENV"
cp $script_dir/env/.vimrc "$DEV_ENV"
-cp $script_dir/env/.markdownlint.yaml "$DEV_ENV"
mkdir "$DEV_ENV/.config"
cp $script_dir/env/.config/.profile "$DEV_ENV/.config"
cp -r $script_dir/env/.config/nvim "$DEV_ENV/.config"
diff --git a/runs/get-reqs-arch.sh b/runs/get-reqs-arch.sh
index 7975a8c..932afdf 100755
--- a/runs/get-reqs-arch.sh
+++ b/runs/get-reqs-arch.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
. /etc/os-release
if [ "$ID" == "artix" ] || [ "$ID" == "arch" ]; then
sudo="sudo"
diff --git a/runs/packer.sh b/runs/packer.sh
index 66d5751..6785682 100755
--- a/runs/packer.sh
+++ b/runs/packer.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
echo DOWNLOADING PACKER FOR NVIM