GithubHelp home page GithubHelp logo

Comments (17)

sheerun avatar sheerun commented on June 30, 2024 15

I refuse to install it without homebrew ;)

from mac-cli.

guarinogabriel avatar guarinogabriel commented on June 30, 2024 11

@dbkaplun Absolutely! That is a great idea and it will implemented soon.

from mac-cli.

sheerun avatar sheerun commented on June 30, 2024 4

Please use semver and git tag v0.0.1 or even better git tag v1.0.0 :)

from mac-cli.

guarinogabriel avatar guarinogabriel commented on June 30, 2024 4

Hi @romeroabelleira,

I pushed the following tag:
* [new tag] v1.0.0 -> v1.0.0

Please take into account that the installation process has been improved.
You can find the installation script here:
/mac-cli/tools/install

The installation is done run by running any of the following commands now:
curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/guarinogabriel/mac-cli/master/mac-cli/tools/install)"

or wget

sh -c "$(wget https://raw.githubusercontent.com/guarinogabriel/mac-cli/master/mac-cli/tools/install -O -)"

Thanks for your contribution!

from mac-cli.

romeroabelleira avatar romeroabelleira commented on June 30, 2024 2

First thing would be to tag a version, so that a hombrew formula can be written against it.
I'm willing to write one*, provided you tag a version.

*or just help, if that's something you'd rather do yourself. Your call :)

from mac-cli.

romeroabelleira avatar romeroabelleira commented on June 30, 2024 1

Great πŸ˜€
$ git tag v0.1 then $ git push origin --tags and I'll get going.

Edit: Listen to sheerun πŸ‘‡

from mac-cli.

z11h avatar z11h commented on June 30, 2024 1

Any update on this?

Thanks! πŸ˜ƒπŸ˜ƒπŸ˜ƒ

from mac-cli.

z11h avatar z11h commented on June 30, 2024 1

Any news? Haha thanks!

from mac-cli.

guarinogabriel avatar guarinogabriel commented on June 30, 2024 1

I will close this issue. I decided to prioritize the wizard instead of brew. The wizard is key in order to setup Mac CLI easily.

from mac-cli.

guarinogabriel avatar guarinogabriel commented on June 30, 2024

@romeroabelleira Sure. You can move forward with that and write one, your contribution is very much appreciated! I will mark this as "in progress" then. Thanks!

from mac-cli.

guarinogabriel avatar guarinogabriel commented on June 30, 2024

@romeroabelleira Please let me know if the PR is in progress. Thanks!

from mac-cli.

romeroabelleira avatar romeroabelleira commented on June 30, 2024

I’ll start this evening (~ 19:00 CEST). I’ll keep you posted. πŸ‘

On 05 Jul 2016, at 01:47, Gabriel Guarino [email protected] wrote:

@romeroabelleira https://github.com/romeroabelleira Please let me know if the PR is in progress. Thanks! :)

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub #28 (comment), or mute the thread https://github.com/notifications/unsubscribe/AAGoEuFLLwa9KaT17Khna2caogjO92qZks5qSZuAgaJpZM4I_WoA.

from mac-cli.

guarinogabriel avatar guarinogabriel commented on June 30, 2024

@romeroabelleira Thanks! πŸ‘

from mac-cli.

romeroabelleira avatar romeroabelleira commented on June 30, 2024

I dropped the ball there. It's been a hectic couple of days. Anyway, here's how far I got:
I can't use mac-cli/tools/install because it throws an error. Understandable, since it tries to clone the repo and then configure the tool. I'm under the impression that it's bad form to ask for user input during brew install (is this accurate?), so an info text with an instruction to run an offline-install script would probably be good enough.

Unless somebody disagrees, the next step would be to write mac-cli/tools/offline-install.

Context:

class MacCli < Formula
  desc "ο£Ώ OS X command line tools for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your OS X system."
  homepage "https://github.com/guarinogabriel/Mac-CLI"
  url "https://github.com/guarinogabriel/Mac-CLI/archive/v1.0.0.tar.gz"
  version "1.0.0"
  sha256 "a6bcc9fd99f1c2c927257922aca72c0239a423bf4adc5e2bc06ecc10690a8f82"

  def install
    system "mac-cli/tools/install"
  end

  test do
    system "mac", "help"
  end
end

from mac-cli.

romeroabelleira avatar romeroabelleira commented on June 30, 2024

Confirmed:

We don’t allow interactivity during install in official taps because it breaks unattended installation. HTH!

Source: https://twitter.com/MacHomebrew/status/751060331573628929

from mac-cli.

guarinogabriel avatar guarinogabriel commented on June 30, 2024

@romeroabelleira I think we should modify the installation script to not include the wizard.
The wizard could be run with this command: mac config

What are your thoughts?

from mac-cli.

romeroabelleira avatar romeroabelleira commented on June 30, 2024

That sounds perfect. From what I've seen at a glance you'll have to remove git clone, then stuff like at line 81 that depends on a non-homebrew install path and you want to avoid installing homebrew itself :-)

from mac-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.