optimumBA / phx.tools

The easiest way to get started with Elixir and Phoenix Framework
https://phx.tools
9 stars 5 forks source link

Shell scripts for macOS #6

Closed EnjoyneeringDev closed 1 year ago

EnjoyneeringDev commented 1 year ago

Progress by @nittin-shankar

The script will mandatorily install the below tools upon confirmation from the user:

  1. xcode
  2. homebrew
  3. asdf
  4. erlang
  5. elixir
  6. psql - Also does the setup required!!
  7. phoenix installer

Then, the user can optionally install the below tools upon confirmation:

  1. nodejs
  2. chromedriver
  3. ohmyzsh
nittin-shankar commented 1 year ago

It should have completely the same features as the Linux script. The text should be the same too.

CleanShot 2023-02-17 at 14 05 10@2x CleanShot 2023-02-17 at 14 04 16@2x

@almirsarajcic I feel there's only three text changes between the mac script and the linux one:

  1. Inclusion of having OhMyZSH
  2. Inclusion of xcode select
  3. Removal of Vim (This is anyway going to be removed in linux script as well)

The reason I had OhMyZSH is because zsh is the default shell for macs. I thought it does not make sense to install zsh in macs. There's a chance that I didn't understand your comment properly. Please let me know how I should proceed further?