Add chmod for all scripts and applications
This commit is contained in:
parent
f9c30a4e0e
commit
9063321d7f
@ -94,10 +94,12 @@ rm ~/.config/GIMP/2.10/plug-ins/export_layers-3.3.1.zip > /dev/null
|
|||||||
echo Unzipped gimp plugins
|
echo Unzipped gimp plugins
|
||||||
|
|
||||||
#make bash scripts executable
|
#make bash scripts executable
|
||||||
chmod +x ~/.config/polybar/launch.sh
|
chmod +x -R ~/.config/polybar/
|
||||||
chmod +x ~/.config/i3/scripts/i3exit.sh
|
chmod +x -R ~/.config/i3/scripts
|
||||||
chmod +x ~/.config/i3/scripts/layout-default.sh
|
chmod +x -R ~/scripts
|
||||||
chmod +x ~/scripts/arcolinux-config.sh
|
|
||||||
|
# make applications executable
|
||||||
|
chmod +x -R ~/.local/share/applications
|
||||||
|
|
||||||
#remove downloaded folder
|
#remove downloaded folder
|
||||||
rm -rf ~/config
|
rm -rf ~/config
|
||||||
|
Loading…
Reference in New Issue
Block a user