5 lines
151 B
Bash
Executable file
5 lines
151 B
Bash
Executable file
#!/bin/bash
|
|
DOTSDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
# INSTALL CONFIGS
|
|
cp -r ${DOTSDIR}/config/* ${HOME}/.config/
|