Migrate from .stow-rename to --dotfiles
This commit is contained in:
parent
e344a02c65
commit
c9c512486d
23 changed files with 0 additions and 2 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env zsh
|
||||
cd ~/bin || exit $?
|
||||
for bin in /usr/local/opt/php@*/bin/php; do
|
||||
name=php${${bin##*@}%%/*}
|
||||
echo "Linking ~/bin/$name -> $bin" >&2
|
||||
ln -fs $bin $name
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue