You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users of this script to specify the software they like using an external file, e.g. a YAML file.
To consider:
support current features
multiple package managers/installers
(optional) configuration per package (e.g., should override a previously installed version?)
shell support (Oh my Zsh) including plugins
specification provided as optional argument
provide opinionated specification within this repo which is used as default
Questions:
keep using bash? E.g., ruby is preinstalled on MacOS, too, and might allow for easier coding and state management, etc. Ruby version conflicts could be an issue though. (e.g., different versions on different MacOS versions) Current version is very compatible and just requires one command.
evolve this into a meta package manager which can be installed and itself installs supported package managers?
The text was updated successfully, but these errors were encountered:
Allow users of this script to specify the software they like using an external file, e.g. a YAML file.
To consider:
Questions:
The text was updated successfully, but these errors were encountered: