From cd862bcdb3b6d72c36f1b98c05fdaf1e01265f44 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 3 Jun 2024 10:49:11 -0700 Subject: [PATCH] feat: clean up wezterm config, and homebrew recipes --- links/wezterm/.config/wezterm/wezterm.lua | 34 ++++------------ src/homebrew/recipes.txt | 47 ++++++++--------------- 2 files changed, 24 insertions(+), 57 deletions(-) diff --git a/links/wezterm/.config/wezterm/wezterm.lua b/links/wezterm/.config/wezterm/wezterm.lua index d50c142..e132aae 100644 --- a/links/wezterm/.config/wezterm/wezterm.lua +++ b/links/wezterm/.config/wezterm/wezterm.lua @@ -19,34 +19,14 @@ return { enable_tab_bar = false, font_size = 16.0, font = wezterm.font('JetBrains Mono'), - - -- macos_window_background_blur = 40, - macos_window_background_blur = 30, - - -- window_background_image = '/Users/name/Downloads/wallpaper.jpg', - -- window_background_image_hsb = { - -- brightness = 0.01, - -- hue = 1.0, - -- saturation = 0.5, - -- }, - window_background_opacity = 1.0, window_decorations = 'RESIZE', - - keys = { - { - key = 'f', - mods = 'CTRL', - action = wezterm.action.ToggleFullScreen, - }, - }, - mouse_bindings = { - -- Ctrl-click will open the link under the mouse cursor - { - event = { Up = { streak = 1, button = 'Left' } }, - mods = 'CTRL', - action = wezterm.action.OpenLinkAtMouseCursor, - }, - }, + -- Ctrl-click will open the link under the mouse cursor + { + event = { Up = { streak = 1, button = 'Left' } }, + mods = 'CTRL', + action = wezterm.action.OpenLinkAtMouseCursor, + }, + }, } diff --git a/src/homebrew/recipes.txt b/src/homebrew/recipes.txt index 46b73f8..ac263c6 100644 --- a/src/homebrew/recipes.txt +++ b/src/homebrew/recipes.txt @@ -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 python@3.10 -# 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