From acc65579cdd1b6dde76a9f270f0bcc55690ec1fd Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 1 Feb 2025 13:49:17 +0100 Subject: [PATCH] feat: add posting --- config/fish/config.fish | 1 + homebrew/mac-mini | 6 ++++++ private | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index aca3eaa..ed5b5cd 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -85,6 +85,7 @@ set -x PATH $PATH $VOLTA_HOME/bin # Rust set -x PATH $PATH $HOME/.cargo/bin +set -x PATH $PATH $HOME/.local/share/../bin # tmux plugins set -x PATH $PATH $HOME/.tmux/plugins/tmux-nvr/bin diff --git a/homebrew/mac-mini b/homebrew/mac-mini index dbd384a..abc853d 100644 --- a/homebrew/mac-mini +++ b/homebrew/mac-mini @@ -73,6 +73,8 @@ brew "commitizen" brew "cpptoml" # Get a file from an HTTP, HTTPS or FTP server brew "curl" +# Power of curl, ease of use of httpie +brew "curlie" # Good-lookin' diffs with diff-highlight and more brew "diff-so-fancy" # Load/unload environment variables based on $PWD @@ -293,6 +295,8 @@ brew "universal-ctags" brew "unzip" # URL extractor/launcher brew "urlview" +# Extremely fast Python package installer and resolver, written in Rust +brew "uv" # Your CLI home video recorder brew "vhs" # JavaScript toolchain manager for reproducible environments @@ -307,6 +311,8 @@ brew "whalebrew" brew "whisper-cpp" # Utilities to create and convert Web Open Font File (WOFF) files brew "woff2" +# Friendly and fast tool for sending HTTP requests +brew "xh" # Convert XML to another format (based on XSL or other tools) brew "xmlto" # JavaScript package manager diff --git a/private b/private index 09473e6..f251adc 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 09473e6c1b16d834e326f5ca2762c9069bf66728 +Subproject commit f251adcc8f491356aefd020564bdd4b0cd259f33