$brew-file init Do you want to set a repository (y)? ((n) for local Brewfile). [y/n]: y Set repository, "non" for local Brewfile,<user>/<repo> for github repository, or full path for the repository: non initではGithubリポジトリと連携する場合に"non"以外の文字列を入れるが、 一度リポジトリを設定してしまうと、変更は$brew-file set_repoでできるものの、削除はできない様子。 自分は間違えてlocal pathを入れてしまい、$brew-file set_repoで"non"と答え直してBrewfileを生成できたが、 再度$brew-file initをしても最初

