mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
7 lines
172 B
Bash
Executable File
7 lines
172 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Flags get passed in from the run script, but if
|
|
# ran directly the default is going to be to install.
|
|
|
|
yay "${1:-"-S --noconfirm --needed"}" ghostty
|