Update dotfiles/.local/bin/provision
This commit is contained in:
parent
bf67d2e790
commit
fb247f0d15
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fi
|
||||||
brew install go-task/tap/go-task
|
brew install go-task/tap/go-task
|
||||||
|
|
||||||
# Run dotfiles install scripts
|
# Run dotfiles install scripts
|
||||||
chmod +x $HOME/.local/bin/*
|
chmod +x "$HOME/.local/bin/install-dotfiles"
|
||||||
install-dotfiles
|
install-dotfiles
|
||||||
|
|
||||||
# Use run alias to invoke the `$HOME/.local/Taskfile.yml`
|
# Use run alias to invoke the `$HOME/.local/Taskfile.yml`
|
||||||
|
|
Loading…
Reference in a new issue