Copying large commands out of a README is slightly more daunting for new users (or was for me, anyway).pull/810/head
parent
88aee30ae8
commit
506ad8342c
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
setopt EXTENDED_GLOB
|
||||||
|
|
||||||
|
DIR=$(dirname $0)
|
||||||
|
|
||||||
|
for rcfile in $DIR/runcoms/^README.md(.N); do
|
||||||
|
ln -s $rcfile "${ZDOTDIR:-$HOME}/.${rcfile:t}"
|
||||||
|
done
|
Loading…
Reference in new issue