mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(bootstrap): Fix macOS script
This commit is contained in:
parent
d9aa8fafdb
commit
041a509481
4 changed files with 34 additions and 18 deletions
|
|
@ -15,8 +15,10 @@ export DOTFILES
|
|||
case "$(uname)" in
|
||||
Linux)
|
||||
:
|
||||
;;
|
||||
Darwin)
|
||||
curl https://raw.githubusercontent.com/js0ny/dotfiles/refs/heads/master/bootstrap/macOS/main.zsh -o ~/.local/.tmp/main.zsh
|
||||
zsh ~/.local/.tmp/main.zsh
|
||||
rm -rf ~/.local/.tmp/main.zsh
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue