aboutsummaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
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