chore(brew): add git-fixup and tig

This commit is contained in:
Stefan Imhoff
2022-08-27 09:50:50 +02:00
parent b42f041679
commit 260b973c37

View File

@@ -47,6 +47,7 @@ brew install gcc # GNU compiler collection
brew install giflib # GIF library using patented LZW algorithm
brew install git # Distributed revision control system
brew install git-extras # Small git utilities
brew install git-fixup # Alias for git commit --fixup <ref>
brew install git-lfs # Git extension for versioning large files
brew install git-quick-stats # Simple and efficient way to access statistics in git.
brew install github/gh/gh # GitHub command-line tool
@@ -105,6 +106,7 @@ brew install sqlite # Command-line interface for SQLite
brew install ssh-copy-id # Add a public key to a remote machine's authorized_keys file
brew install startship # Cross-shell prompt for astronauts
brew install the_silver_searcher # Code-search similar to ack ➜ ag
brew install tig # Text interface for Git repositories
brew install tmate # Instant terminal sharing
brew install tmux # Terminal multiplexer
brew install tmuxinator # Create and manage tmux sessions easily