Remove copy from config. Make .fehbg executable later

This commit is contained in:
RealStickman 2021-03-08 13:08:19 +01:00
parent c019c7597d
commit 5efba5f456

View File

@ -129,14 +129,11 @@ cp -r ~/config/.bashrc ~/ &&
cp -r ~/config/.face ~/ &&
cp -r ~/config/.gtkrc-2.0 ~/ &&
cp -r ~/config/.gitconfig ~/ &&
cp -r ~/config/.fehbg ~/ &&
#cp -r ~/config/.fehbg ~/ &&
cp -r ~/config/.tmux.conf ~/ &&
cp -r ~/config/.xinitrc ~/ &&
echo Copied files
# make fehbg executable
chmod +x ~/.fehbg
# make .xinitrc executable
chmod +x ~/.xinitrc
@ -194,6 +191,9 @@ elif [[ "$seltheme" == "space-pink" ]]; then
fi
rm -rf ./themes
# make fehbg executable
chmod +x ~/.fehbg
# download cat as cat
git clone https://github.com/RealStickman/bash-cat-with-cat.git
cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/pieces/cat.sh"