From 90b980b39ac24997c281dc9621a228344a26b707 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Mon, 9 Jan 2023 20:19:02 +0500 Subject: [PATCH] added scripts --- restorefiles.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/restorefiles.sh b/restorefiles.sh index 6e0ed2e..bb6e4ad 100755 --- a/restorefiles.sh +++ b/restorefiles.sh @@ -38,3 +38,10 @@ then mkdir -p $HOME/.config/xsettingsd/ ln -s $PWD/config/xsettingsd/xsettingsd.conf $HOME/.config/xsettingsd/xsettingsd.conf fi +################################################################### + + +################################################################### +mkdir $HOME/.scripts $HOME/.shortcuts +ln -s ./scripts/* HOME/.scripts/ +###################################################################