From b507ba404033881c1b53c4d3d7b0de16ca58e533 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Sun, 2 Jan 2022 13:10:13 +0100 Subject: [PATCH] folder structure change --- README.md | 2 +- bspwm-install-martin-dte-debian.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3c2e11..4143597 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# This is a test / start of the project and not 100% tested yet... so there may be small errors +# This is a test / start of the project and not 100% tested yet... so there may be small errors. # BSPwm Install - Martin Desktop Environment diff --git a/bspwm-install-martin-dte-debian.sh b/bspwm-install-martin-dte-debian.sh index 000ed01..57293b2 100644 --- a/bspwm-install-martin-dte-debian.sh +++ b/bspwm-install-martin-dte-debian.sh @@ -7,7 +7,7 @@ echo " " echo "-'-'-'-'-'-'-'-'-'-'-'-'-" mkdir ~/.config mkdir ~/.fonts -mkdir ~/wallpapers/ +mkdir ~/wallpapers #Copy files to... @@ -17,9 +17,9 @@ echo " Copy files to..." echo " " echo "-'-'-'-'-'-'-'-'-'-'-'-'-" -cp -r /config/* ~/.config -cp -r /wallpapers/* ~/wallpapers -cp -r /fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf ~/.fonts +cp -r ~/bspwm-install-martin-dte/config/* ~/.config +cp -r ~/bspwm-install-martin-dte/wallpapers/* ~/wallpapers +cp -r ~/bspwm-install-martin-dte/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf ~/.fonts