Download cat.sh

This commit is contained in:
RealStickman 2021-01-09 09:36:00 +01:00
parent fc6fefef82
commit 98c706b991

View File

@ -122,6 +122,11 @@ sudo cp -r ~/config/usr /
# copy xresources # copy xresources
#cp ~/config/.Xresources ~/ #cp ~/config/.Xresources ~/
# download cat as cat
git clone https://github.com/RealStickman/bash-cat-with-cat.git
cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/in_path/cat.sh"
rm -rf ./bash-cat-with-cat
#gimp plugins #gimp plugins
#mkdir ~/.config/GIMP/ || echo Not creating directory #mkdir ~/.config/GIMP/ || echo Not creating directory
#mkdir ~/.config/GIMP/2.10/ || echo Not creating directory #mkdir ~/.config/GIMP/2.10/ || echo Not creating directory