add a simple install script
This commit is contained in:
parent
63db3d71b6
commit
df1a0f9609
1 changed files with 5 additions and 0 deletions
5
install.sh
Executable file
5
install.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
DOTSDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
|
||||||
|
# INSTALL CONFIGS
|
||||||
|
cp -r ${DOTSDIR}/config/* ${HOME}/.config/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue