Watch
1
0
Fork
You've already forked dotfiles
0

Update Mac install

This commit is contained in:
Jeremy Kaplan 2024-09-16 00:30:03 -04:00
commit d42f301d94
4 changed files with 3 additions and 18 deletions

View file

@ -1,21 +1,17 @@
tap "homebrew/bundle" tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/services" tap "homebrew/services"
tap "yoheimuta/protolint"
brew "coreutils" brew "coreutils"
brew "curlie"
brew "dateutils" brew "dateutils"
brew "difftastic" brew "difftastic"
brew "direnv" brew "direnv"
brew "dog"
brew "entr" brew "entr"
brew "fd" brew "fd"
brew "ffmpeg" brew "ffmpeg"
brew "fzf" brew "fzf"
brew "gh" brew "gh"
brew "git" brew "git"
brew "git-delta"
brew "gnu-time" brew "gnu-time"
brew "gnu-units" brew "gnu-units"
brew "gnupg" brew "gnupg"
@ -23,10 +19,8 @@ brew "go"
brew "golangci-lint" brew "golangci-lint"
brew "gsed" brew "gsed"
brew "hexyl" brew "hexyl"
brew "httpie"
brew "imagemagick" brew "imagemagick"
brew "jq" brew "jq"
brew "jrnl"
brew "moreutils" brew "moreutils"
brew "neovim" brew "neovim"
brew "pipenv" brew "pipenv"
@ -37,13 +31,8 @@ brew "ripgrep"
brew "sd" brew "sd"
brew "shellcheck" brew "shellcheck"
brew "syncthing" brew "syncthing"
brew "task"
brew "tig"
brew "tree" brew "tree"
brew "watch" brew "watch"
brew "watchman"
brew "wget"
brew "youtube-dl"
cask "alacritty" cask "alacritty"
cask "amethyst" cask "amethyst"

View file

@ -22,11 +22,8 @@
~/.config/git: git/ ~/.config/git: git/
~/.config/helix: helix/ ~/.config/helix: helix/
~/.config/hg: hg/ ~/.config/hg: hg/
~/.config/jrnl: jrnl/
~/.config/kak: kak/ ~/.config/kak: kak/
~/.config/nvim: neovim/ ~/.config/nvim: neovim/
~/.config/task: task/
~/.config/user-dirs.dirs: etc/user-dirs.dirs
~/.config/zsh: zsh/ ~/.config/zsh: zsh/
~/.emacs.d: emacs/ ~/.emacs.d: emacs/
~/.fdignore: etc/fdignore ~/.fdignore: etc/fdignore
@ -38,8 +35,6 @@
~/.profile: etc/profile ~/.profile: etc/profile
~/.psqlrc: psql/.psqlrc ~/.psqlrc: psql/.psqlrc
~/.rgignore: etc/rgignore ~/.rgignore: etc/rgignore
~/.task/hooks: task/hooks/
~/.taskrc: task/.taskrc
~/.tmux.conf: tmux/.tmux.conf ~/.tmux.conf: tmux/.tmux.conf
~/.vimrc: vim/.vimrc ~/.vimrc: vim/.vimrc
~/.vim: vim/ ~/.vim: vim/

View file

@ -1,6 +1,6 @@
[user] [user]
name = Jeremy Kaplan name = Jeremy Kaplan
email = jeremy@stytch.com email = jeremy@kaizenlabs.co
[includeIf "gitdir:~/projects/"] [includeIf "gitdir:~/projects/"]
path = config-personal path = config-personal

View file

@ -1,3 +1,4 @@
- link: - link:
~/.config/user-dirs.dirs: etc/user-dirs.dirs
./alacritty/os.toml: alacritty/linux.toml ./alacritty/os.toml: alacritty/linux.toml
./zsh/os.zshrc: zsh/linux.zshrc ./zsh/os.zshrc: zsh/linux.zshrc