add alacritty config
This commit is contained in:
parent
cb319cb05e
commit
d969d0170e
|
@ -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"
|
Loading…
Reference in New Issue