dotfiles/install.sh

6 lines
93 B
Bash
Raw Normal View History

2018-02-24 08:53:58 +00:00
#!/usr/bin/env bash
for script in {zhsrc,zlogin}.zsh; do
ln -sv "$script" ".$script"
done