Compare commits
2 Commits
bdb93f86b5
...
cb0fb035cd
Author | SHA1 | Date | |
---|---|---|---|
cb0fb035cd | |||
711d7a8b3d |
29
homebrew/Brewfile
Normal file
29
homebrew/Brewfile
Normal file
@ -0,0 +1,29 @@
|
||||
tap "homebrew/bundle"
|
||||
tap "homebrew/cask"
|
||||
tap "homebrew/cask-versions"
|
||||
tap "homebrew/core"
|
||||
tap "railwaycat/emacsmacport"
|
||||
brew "cmake"
|
||||
brew "direnv"
|
||||
brew "git"
|
||||
brew "git-lfs"
|
||||
brew "gnupg"
|
||||
brew "grpcurl"
|
||||
brew "isync"
|
||||
brew "jq"
|
||||
brew "maven"
|
||||
brew "msmtp"
|
||||
brew "mu"
|
||||
brew "node"
|
||||
brew "pass"
|
||||
brew "pinentry-mac"
|
||||
brew "pyenv"
|
||||
brew "python@3.9"
|
||||
brew "restic"
|
||||
brew "ripgrep"
|
||||
brew "ruby"
|
||||
brew "stow"
|
||||
brew "railwaycat/emacsmacport/emacs-mac"
|
||||
cask "corretto11"
|
||||
cask "corretto17"
|
||||
cask "google-cloud-sdk"
|
@ -1,5 +1,5 @@
|
||||
typeset -U path
|
||||
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
|
||||
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/homebrew/opt/ruby/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
|
||||
|
||||
if [[ -f "/opt/homebrew/bin/brew" ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
typeset -U path
|
||||
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
|
||||
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/homebrew/opt/ruby/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
Loading…
Reference in New Issue
Block a user