Skip to content

Commit

Permalink
brew: move delta to required section
Browse files Browse the repository at this point in the history
  • Loading branch information
gibfahn committed Jan 20, 2020
1 parent f031aa1 commit e3bc05a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
16 changes: 7 additions & 9 deletions setup/config/Brewfile
Expand Up @@ -9,25 +9,23 @@ tap "homebrew/cask-versions" # Allows installing other versions of c
# Defaults are in /usr/bin, brew installs to /usr/local/bin

brew "bash" # macOS Bash is very old.
brew "entr" # Command line file watching.
brew "fd" # Super-fast find replacement.
brew "git" # Bleeding-edge git.
brew "git-delta" # Nicer git diff viewer.
brew "gnu-sed" # A sed that actually supports `sed -i`.
brew "gnupg" # gpg command line.
brew "htop" # Terminal activity monitor.
brew "less" # Fixes -RX issue.
brew "python" # Python 3
brew "tree" # Recursive ls.
brew "zsh" # Nicer interactive shell.

# Command-line helpers:

brew "entr" # Command line file watching.
brew "fd" # Super-fast find replacement.
brew "gnupg" # gpg command line.
brew "mas" # Mac App Store third-party cli.
brew "neovim" # New and improved vim.
brew "pinentry-mac" # Gpg password Keychain integration.
brew "python" # Python 3
brew "ripgrep" # Super-fast version of grep.
brew "rmtrash" # `rm` to Trash, aliased to `dl` in gibrc.
brew "terminal-notifier" # Log notifications from the terminal.
brew "tree" # Recursive ls.
brew "zsh" # Nicer interactive shell.

# Casks (GUI Applications):

Expand Down
1 change: 0 additions & 1 deletion setup/config/Brewfile-hardcore
Expand Up @@ -32,7 +32,6 @@ brew "findutils" # GNU versions of find, locate, updated
brew "fswatch" # See which files are opened on the system (`fswatch /`).
brew "gawk" # GNU versions of awk.
brew "gdub" # Wrapper around ./gradlew for gradle projects (gw).
brew "git-delta" # Nicer git diff viewer.
brew "git-lfs" # Git Large File Storage. Use with `git lfs`.
brew "gnu-tar" # GNU version of tar.
brew "gnu-time" # GNU version of time.
Expand Down

0 comments on commit e3bc05a

Please sign in to comment.