folder structure change

This commit is contained in:
ITmail-dk
2022-01-02 13:10:13 +01:00
parent a07c8d7b1c
commit b507ba4040
2 changed files with 5 additions and 5 deletions

View File

@@ -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 # BSPwm Install - Martin Desktop Environment

View File

@@ -7,7 +7,7 @@ echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
mkdir ~/.config mkdir ~/.config
mkdir ~/.fonts mkdir ~/.fonts
mkdir ~/wallpapers/ mkdir ~/wallpapers
#Copy files to... #Copy files to...
@@ -17,9 +17,9 @@ echo " Copy files to..."
echo " " echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
cp -r /config/* ~/.config cp -r ~/bspwm-install-martin-dte/config/* ~/.config
cp -r /wallpapers/* ~/wallpapers cp -r ~/bspwm-install-martin-dte/wallpapers/* ~/wallpapers
cp -r /fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf ~/.fonts cp -r ~/bspwm-install-martin-dte/fonts/DejaVu-Sans-Mono-Nerd-Font-Complete.ttf ~/.fonts