dotfiles/install.sh

6 lines
93 B
Bash

#!/usr/bin/env bash
for script in {zhsrc,zlogin}.zsh; do
ln -sv "$script" ".$script"
done