-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: clean up wezterm config, and homebrew recipes
- Loading branch information
Showing
2 changed files
with
24 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,63 +2,50 @@ | |
mosh | ||
tmux | ||
|
||
# Bash and shell-related tools. | ||
# Shell related tools. | ||
bash | ||
bash-completion | ||
shellcheck | ||
zsh-autosuggestions | ||
zsh-syntax-highlighting | ||
|
||
# Enhanced command-line utilities. | ||
# Command line tools. | ||
bat | ||
brew-cask-completion | ||
cowsay | ||
fd | ||
fzf | ||
jq | ||
lazygit | ||
ripgrep | ||
starship | ||
the_silver_searcher | ||
tldr | ||
zoxide | ||
|
||
# System and resource monitoring. | ||
htop | ||
btop | ||
|
||
# Terminal enhancements. | ||
cowsay | ||
starship | ||
|
||
# Version management. | ||
# Languages. | ||
rust | ||
[email protected] | ||
|
||
# Scripting and task automation. | ||
# Command runners. | ||
cmake | ||
just | ||
|
||
# Version control and Git tools. | ||
lazygit | ||
|
||
# Text editors. | ||
neovim | ||
|
||
# File management. | ||
# Symlink management. | ||
stow | ||
|
||
# Search tools. | ||
zoxide | ||
|
||
# Image processing. | ||
imagemagick | ||
|
||
# Documentation tools. | ||
brew-cask-completion | ||
|
||
# Similar to `man`, but with simple explanations. | ||
tldr | ||
|
||
# Command-line JSON processor. | ||
jq | ||
|
||
# PostgreSQL. | ||
# Databases. | ||
postgresql@16 | ||
|
||
# DevOps and cloud infrastructure. | ||
# Infrastructure as code. | ||
opentofu | ||
|
||
# Zsh plugins. | ||
zsh-autosuggestions | ||
zsh-syntax-highlighting |