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/.face ~/ &&
|
||||||
cp -r ~/config/.gtkrc-2.0 ~/ &&
|
cp -r ~/config/.gtkrc-2.0 ~/ &&
|
||||||
cp -r ~/config/.gitconfig ~/ &&
|
cp -r ~/config/.gitconfig ~/ &&
|
||||||
cp -r ~/config/.fehbg ~/ &&
|
#cp -r ~/config/.fehbg ~/ &&
|
||||||
cp -r ~/config/.tmux.conf ~/ &&
|
cp -r ~/config/.tmux.conf ~/ &&
|
||||||
cp -r ~/config/.xinitrc ~/ &&
|
cp -r ~/config/.xinitrc ~/ &&
|
||||||
echo Copied files
|
echo Copied files
|
||||||
|
|
||||||
# make fehbg executable
|
|
||||||
chmod +x ~/.fehbg
|
|
||||||
|
|
||||||
# make .xinitrc executable
|
# make .xinitrc executable
|
||||||
chmod +x ~/.xinitrc
|
chmod +x ~/.xinitrc
|
||||||
|
|
||||||
@ -194,6 +191,9 @@ elif [[ "$seltheme" == "space-pink" ]]; then
|
|||||||
fi
|
fi
|
||||||
rm -rf ./themes
|
rm -rf ./themes
|
||||||
|
|
||||||
|
# make fehbg executable
|
||||||
|
chmod +x ~/.fehbg
|
||||||
|
|
||||||
# download cat as cat
|
# download cat as cat
|
||||||
git clone https://github.com/RealStickman/bash-cat-with-cat.git
|
git clone https://github.com/RealStickman/bash-cat-with-cat.git
|
||||||
cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/pieces/cat.sh"
|
cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/pieces/cat.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user