Skip to content

Homebrew的安装及使用 #9

Description

@Duobe

Homebrew是Mac OSX上的软件包管理工具

Homebrew官网

安装Homebrew

终端输入

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装成功结果图:
image
image
image

时间可能有点久,必须全部完成才算wna zheng完整安装好。

然后才有brew命令
image

第二种方法是直接使用命令

find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'

可以取个别名

alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions