added install script
This commit is contained in:
parent
ec626c424b
commit
46ded7a2f8
4
install.sh
Executable file
4
install.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
|
[ -d "$HOME/.config/awesome" ] && tar cf $SCRIPT_DIR/previous.tar $HOME/.config/awesome/ && rm $HOME/.config/awesome/
|
||||||
|
cp -r $SCRIPT_DIR $HOME/.config/
|
Loading…
Reference in New Issue
Block a user