Add shebang

This commit is contained in:
Tobias Reisinger 2022-11-15 23:24:39 +01:00
parent 9c4911a863
commit 8f587175ea
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -1,3 +1,5 @@
#!/usr/bin/sh
git clone --bare https://git.serguzim.me/serguzim/.dotfiles.git "$HOME/.dotfiles" || exit
alias .f='git --git-dir="$HOME/.dotfiles"'