Add instruction & helpers
This commit is contained in:
parent
c953c1f404
commit
b4ca9315e3
5
README
5
README
@ -0,0 +1,5 @@
|
||||
First get git submodule:
|
||||
git submodule update --init
|
||||
|
||||
Then install_config.sh will produce a list of link to copy/past in a terminal. This allow you to select the config files you want
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in $(ls -A| grep -e "^\."| grep -v "git"|grep -v "swp")
|
||||
for i in $(ls -A| grep -e "^\."| grep -v ".git$" |grep -v "swp")
|
||||
do
|
||||
echo "ln -s $PWD/$i $HOME/$i"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user