diff --git a/.init_config.sh b/.init_config.sh index 5be4175..f4d0ac1 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -20,4 +20,9 @@ fi for f in `find ~/.config -type f -name "*.${1}"`; do echo "Symlinking to ${f}..." ln -sf ${f} ${f%.*} +done + +for f in `find ~ -maxdepth 1 -mindepth 1 -type f -name "*.${1}"`; do + echo "Symlinking to ${f}..." + ln -sf ${f} ${f%.*} done \ No newline at end of file