Skip to content

Instantly share code, notes, and snippets.

@ik11235
Created December 10, 2020 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ik11235/1a1caffd048b42bde735c53aac92e40f to your computer and use it in GitHub Desktop.
Save ik11235/1a1caffd048b42bde735c53aac92e40f to your computer and use it in GitHub Desktop.
$ ln -s ~/go-darwin-arm64-bootstrap/ /opt/homebrew/opt/go
$ brew install --ignore-dependencies direnv
Updating Homebrew...
Warning: --ignore-dependencies is an unsupported Homebrew developer flag!
Adjust your PATH to put any preferred versions of applications earlier in the
PATH rather than using this unsupported flag!
Warning: You are running macOS on a arm64 CPU architecture.
We do not provide support for this (yet).
Reinstall Homebrew under Rosetta 2 until we support it.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
unsupported configuration.
==> Downloading https://github.com/direnv/direnv/archive/v2.25.0.tar.gz
Already downloaded: /Users/user/Library/Caches/Homebrew/downloads/ce632f95259f91a5c16fdd4a7879854c9efb4bf2fc8ded5d1b29995900275538--direnv-2.25.0.tar.gz
==> make install DESTDIR=/opt/homebrew/Cellar/direnv/2.25.0
🍺 /opt/homebrew/Cellar/direnv/2.25.0: 10 files, 8.3MB, built in 8 seconds
$ brew install --ignore-dependencies fzf
Warning: --ignore-dependencies is an unsupported Homebrew developer flag!
Adjust your PATH to put any preferred versions of applications earlier in the
PATH rather than using this unsupported flag!
Warning: You are running macOS on a arm64 CPU architecture.
We do not provide support for this (yet).
Reinstall Homebrew under Rosetta 2 until we support it.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
unsupported configuration.
==> Downloading https://github.com/junegunn/fzf/archive/0.24.4.tar.gz
Already downloaded: /Users/user/Library/Caches/Homebrew/downloads/c083990fed9d182365337fa3fb00848af968dc8db97ecd265380ad0de4b95b75--fzf-0.24.4.tar.gz
==> go build -ldflags -X main.version=0.24.4 -X main.revision=brew
==> Caveats
To install useful keybindings and fuzzy completion:
/opt/homebrew/opt/fzf/install
To use fzf in Vim, add the following line to your .vimrc:
set rtp+=/opt/homebrew/opt/fzf
==> Summary
🍺 /opt/homebrew/Cellar/fzf/0.24.4: 17 files, 3.6MB, built in 14 seconds
$ brew install --ignore-dependencies ghq
Warning: --ignore-dependencies is an unsupported Homebrew developer flag!
Adjust your PATH to put any preferred versions of applications earlier in the
PATH rather than using this unsupported flag!
Warning: You are running macOS on a arm64 CPU architecture.
We do not provide support for this (yet).
Reinstall Homebrew under Rosetta 2 until we support it.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
unsupported configuration.
==> Cloning https://github.com/x-motemen/ghq.git
Updating /Users/user/Library/Caches/Homebrew/ghq--git
==> Checking out tag v1.1.5
HEAD is now at f5ac3e5 Checking in changes prior to tagging of version v1.1.5
HEAD is now at f5ac3e5 Checking in changes prior to tagging of version v1.1.5
==> make build VERBOSE=1
==> Caveats
zsh completions have been installed to:
/opt/homebrew/share/zsh/site-functions
==> Summary
🍺 /opt/homebrew/Cellar/ghq/1.1.5: 8 files, 7.3MB, built in 39 seconds
$ brew install --ignore-dependencies hub
Warning: --ignore-dependencies is an unsupported Homebrew developer flag!
Adjust your PATH to put any preferred versions of applications earlier in the
PATH rather than using this unsupported flag!
Warning: You are running macOS on a arm64 CPU architecture.
We do not provide support for this (yet).
Reinstall Homebrew under Rosetta 2 until we support it.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
unsupported configuration.
==> Downloading https://github.com/github/hub/archive/v2.14.2.tar.gz
Already downloaded: /Users/user/Library/Caches/Homebrew/downloads/a4b73b7390f142a29adede18903a25800267b13f7e2ca053574620ea56c7accd--hub-2.14.2.tar.gz
==> make install prefix=/opt/homebrew/Cellar/hub/2.14.2
==> Caveats
zsh completions have been installed to:
/opt/homebrew/share/zsh/site-functions
==> Summary
🍺 /opt/homebrew/Cellar/hub/2.14.2: 64 files, 8.3MB, built in 24 seconds
$ brew install --ignore-dependencies peco
Updating Homebrew...
Warning: --ignore-dependencies is an unsupported Homebrew developer flag!
Adjust your PATH to put any preferred versions of applications earlier in the
PATH rather than using this unsupported flag!
Warning: You are running macOS on a arm64 CPU architecture.
We do not provide support for this (yet).
Reinstall Homebrew under Rosetta 2 until we support it.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
unsupported configuration.
==> Downloading https://github.com/peco/peco/archive/v0.5.8.tar.gz
Already downloaded: /Users/user/Library/Caches/Homebrew/downloads/f08acd86ac55bffe990ad8867712a4980b8718f5b45160adde1d9d7b641e5fd5--peco-0.5.8.tar.gz
==> make build
==> go build cmd/peco/peco.go
🍺 /opt/homebrew/Cellar/peco/0.5.8: 6 files, 3.8MB, built in 9 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment