mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
Remove post-laptop-install script
This commit is contained in:
parent
7db722944c
commit
52d2d34b2f
1 changed files with 0 additions and 9 deletions
|
@ -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
|
|
Loading…
Add table
Reference in a new issue