add alacritty config

This commit is contained in:
alex 2021-10-12 23:36:47 -04:00
parent cb319cb05e
commit d969d0170e
1 changed files with 14 additions and 0 deletions

14
apply.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
CONFIG_DIR="/home/alex/.config"
echo "Copying hlwm config... $CONFIG_DIR/herbstluftwm"
cp herbstluftwm/* "$CONFIG_DIR/herbstluftwm"
if [ "$1" == "reload" ]; then
herbstclient reload
fi
echo "Copying alacritty config..."
cp alacritty/* "$CONFIG_DIR/alacritty"
echo "Done"