-
Homebrew does not support arm based machines. Update dotfiles to leverage nix shell to build reproducible environments using the dotfiles repository
-
`bat` seems like a better implementation of `cat`. I'd like to use it at some point.
I've seen `bat` use a `config` file. Moreover, I'd like to alias `cat` to `bat` if `bat` is installed.
# Requ…
-
Homebrew has official support for an external command: [bundle](https://github.com/Homebrew/homebrew-bundle). It can be used to write all installed casks, formulae, taps, fonts, etc into a `Brewfile`.…
-
`brew bundle` shows prettified output with green colors after installing a package and no styling in case of the package being already installed, so it looks great.
`brew bundle --verbose` shows mo…
-
The current build script for Mac doesn't work in CI:
```
set -ex
#touch Brewfile
#echo 'brew "cmake"' >> Brewfile
#echo 'brew "llvm"' >> Brewfile
#brew bundle
brew install cmake || true
brew…
TarCV updated
4 years ago
-
## なぜ機能が欲しいのか
Macを新規新ストールしたときに、Homebrewで一気にいろんなアプリケーションをインストールしたいから
## 提案の説明
`Brewfile-mac` のような Brewfileを用意する
インストール作業は`install.sh`の中に組み込む
```bash
if [ $(uname) = "Darwin" ]; then
br…
-
Error: No available tap homebrew/cask.
Run brew tap --force homebrew/cask to tap homebrew/cask!
What's the problem with this happening every time?
```
enable = true;
onActivation = {
…
-
#552 seems to suggest that the `Brewfile.lock.json` file generated by `brew bundle install` is for debugging purposes. However, the name suggests to me that it is responsible for ensuring that `brew b…
-
* ssh key setup better update
* LastPass not 1Password
* edit Brewfile and zshrc ordering
* terminal settings need parent sections
* install zoom
* should be `sh bin/default_write_our_favorites.s…
-
Even when I used `autoMigrate = true` in nix-homebrew, `brew bundle` (with the Brewfile generated by nix-darwin's homebrew module) kept trying to uninstall my immutable taps. This obviously failed:
…