MORE OUTPUT
This commit is contained in:
parent
0dde05a078
commit
8e5fbac1d6
@ -290,9 +290,12 @@ sudo cp -r ~/configs/arch-config/usr /
|
|||||||
# copy xresources
|
# copy xresources
|
||||||
cp ~/configs/arch-config/.Xresources ~/
|
cp ~/configs/arch-config/.Xresources ~/
|
||||||
|
|
||||||
|
echo
|
||||||
|
cat <<EOF
|
||||||
##############################
|
##############################
|
||||||
##### Per Device Settings ####
|
##### Per Device Settings ####
|
||||||
##############################
|
##############################
|
||||||
|
EOF
|
||||||
|
|
||||||
# lupusregina
|
# lupusregina
|
||||||
if [ "$(hostname)" == "lupusregina" ]; then
|
if [ "$(hostname)" == "lupusregina" ]; then
|
||||||
@ -309,9 +312,12 @@ if [ "$(hostname)" == "lupusregina" ]; then
|
|||||||
sudo cp ~/configs/arch-config/per-device/lupusregina/20-amdgpu.conf /etc/X11/xorg.conf.d/
|
sudo cp ~/configs/arch-config/per-device/lupusregina/20-amdgpu.conf /etc/X11/xorg.conf.d/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo
|
||||||
|
cat <<EOF
|
||||||
####################
|
####################
|
||||||
###### Theme ######
|
###### Theme ######
|
||||||
####################
|
####################
|
||||||
|
EOF
|
||||||
|
|
||||||
# install theme selected in themes file
|
# install theme selected in themes file
|
||||||
seltheme="$(cat "$HOME/.seltheme")"
|
seltheme="$(cat "$HOME/.seltheme")"
|
||||||
@ -335,9 +341,12 @@ if [[ -f "$HOME/.fehbg" ]]; then
|
|||||||
chmod +x ~/.fehbg
|
chmod +x ~/.fehbg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo
|
||||||
|
cat <<EOF
|
||||||
####################
|
####################
|
||||||
##### Bash Cat #####
|
##### Bash Cat #####
|
||||||
####################
|
####################
|
||||||
|
EOF
|
||||||
|
|
||||||
# download cat as cat
|
# download cat as cat
|
||||||
echo "Installing bash cat"
|
echo "Installing bash cat"
|
||||||
@ -345,9 +354,12 @@ git clone https://github.com/RealStickman/bash-cat-with-cat.git &>/dev/null
|
|||||||
cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/pieces/cat.sh"
|
cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/pieces/cat.sh"
|
||||||
rm -rf ./bash-cat-with-cat
|
rm -rf ./bash-cat-with-cat
|
||||||
|
|
||||||
|
echo
|
||||||
|
cat <<EOF
|
||||||
####################
|
####################
|
||||||
##### PSIPCalc #####
|
##### PSIPCalc #####
|
||||||
####################
|
####################
|
||||||
|
EOF
|
||||||
|
|
||||||
# download ip-calculator with powershell
|
# download ip-calculator with powershell
|
||||||
echo "Installing powershell ip calculator"
|
echo "Installing powershell ip calculator"
|
||||||
|
Loading…
Reference in New Issue
Block a user