From 66953f50fbbd312499d577ef6358fe0e675c54ab Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 28 Feb 2026 06:36:32 -0600 Subject: Squashed commit of the following: - removed manual pipewire start from autostart - shify - check if run file exist in run.sh --- runs/env.sh | 4 ++-- runs/get-reqs-arch.sh | 2 +- runs/packer.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'runs') 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 -- cgit v1.3