Move to solarized light and wayland gnome

This commit is contained in:
Marco Thomas
2022-02-16 00:22:50 +01:00
parent 6669361098
commit f9e93fa666
26 changed files with 179 additions and 167 deletions

View File

@@ -3,7 +3,7 @@
FILES_DIR=$PWD/files
OPTS=$1
echo "You are about to stow all config files and fonts."
echo "You are about to stow all config files."
echo "Do you want to proceed? [y]"
read proceed
@@ -16,8 +16,3 @@ echo "Stowing configs..."
cd $FILES_DIR
stow ${OPTS} -v --ignore="init.org" --target="$HOME" *
echo "Done!"
echo "Stowing fonts..."
cd ../
stow ${OPTS} -v --target="$HOME/.local/share/fonts" fonts
echo "Done!"