Remove copy from config. Make .fehbg executable later
This commit is contained in:
parent
c019c7597d
commit
5efba5f456
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user