mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: add posting
This commit is contained in:
@@ -85,6 +85,7 @@ set -x PATH $PATH $VOLTA_HOME/bin
|
|||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
set -x PATH $PATH $HOME/.cargo/bin
|
set -x PATH $PATH $HOME/.cargo/bin
|
||||||
|
set -x PATH $PATH $HOME/.local/share/../bin
|
||||||
|
|
||||||
# tmux plugins
|
# tmux plugins
|
||||||
set -x PATH $PATH $HOME/.tmux/plugins/tmux-nvr/bin
|
set -x PATH $PATH $HOME/.tmux/plugins/tmux-nvr/bin
|
||||||
|
|||||||
@@ -73,6 +73,8 @@ brew "commitizen"
|
|||||||
brew "cpptoml"
|
brew "cpptoml"
|
||||||
# Get a file from an HTTP, HTTPS or FTP server
|
# Get a file from an HTTP, HTTPS or FTP server
|
||||||
brew "curl"
|
brew "curl"
|
||||||
|
# Power of curl, ease of use of httpie
|
||||||
|
brew "curlie"
|
||||||
# Good-lookin' diffs with diff-highlight and more
|
# Good-lookin' diffs with diff-highlight and more
|
||||||
brew "diff-so-fancy"
|
brew "diff-so-fancy"
|
||||||
# Load/unload environment variables based on $PWD
|
# Load/unload environment variables based on $PWD
|
||||||
@@ -293,6 +295,8 @@ brew "universal-ctags"
|
|||||||
brew "unzip"
|
brew "unzip"
|
||||||
# URL extractor/launcher
|
# URL extractor/launcher
|
||||||
brew "urlview"
|
brew "urlview"
|
||||||
|
# Extremely fast Python package installer and resolver, written in Rust
|
||||||
|
brew "uv"
|
||||||
# Your CLI home video recorder
|
# Your CLI home video recorder
|
||||||
brew "vhs"
|
brew "vhs"
|
||||||
# JavaScript toolchain manager for reproducible environments
|
# JavaScript toolchain manager for reproducible environments
|
||||||
@@ -307,6 +311,8 @@ brew "whalebrew"
|
|||||||
brew "whisper-cpp"
|
brew "whisper-cpp"
|
||||||
# Utilities to create and convert Web Open Font File (WOFF) files
|
# Utilities to create and convert Web Open Font File (WOFF) files
|
||||||
brew "woff2"
|
brew "woff2"
|
||||||
|
# Friendly and fast tool for sending HTTP requests
|
||||||
|
brew "xh"
|
||||||
# Convert XML to another format (based on XSL or other tools)
|
# Convert XML to another format (based on XSL or other tools)
|
||||||
brew "xmlto"
|
brew "xmlto"
|
||||||
# JavaScript package manager
|
# JavaScript package manager
|
||||||
|
|||||||
2
private
2
private
Submodule private updated: 09473e6c1b...f251adcc8f
Reference in New Issue
Block a user