mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
add installer
This commit is contained in:
parent
69343ebdd7
commit
aa3ec64f44
1 changed files with 5 additions and 0 deletions
5
install.sh
Normal file
5
install.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
for script in {zhsrc,zlogin}.zsh; do
|
||||
ln -sv "$script" ".$script"
|
||||
done
|
Loading…
Reference in a new issue