1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 00:35:36 +00:00

Remove post-laptop-install script

This commit is contained in:
Luna 2023-06-06 02:37:25 +02:00
parent 7db722944c
commit 52d2d34b2f

View file

@ -1,9 +0,0 @@
#!/usr/bin/env bash
scripts_path_prefix="./.local/.scripts"
laptop_scripts=("touchpad.sh")
for i in ${laptop_scripts[@]}; do
path="$scripts_path_prefix/$i"
if [ -f $path ]; then
cp -iv $path $HOME/$path
fi
done