Reorganinze and add to installs dir
This commit is contained in:
6
installs_and_builds/s04_terminal
Executable file
6
installs_and_builds/s04_terminal
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/zsh
|
||||
|
||||
local option_prefix=''
|
||||
[[ "$BOX_SETUP_OS" = "macos" ]] && option_prefix='--cask'
|
||||
# NOTE: ghostty not currently in debian repos, maybe build from source
|
||||
${=BOX_SETUP_INSTALL_COMMAND} "$option_prefix" ghostty
|
Reference in New Issue
Block a user