Skip to content

Commit 56527c2

Browse files
committed
Use ldns and skim(pdf) for macos
1 parent f6c1e69 commit 56527c2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

macos/new_setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ eval "$(/opt/homebrew/bin/brew shellenv)"
1919

2020
```sh
2121
# Core utilities
22-
brew install curl git gnupg gnu-sed rsync nmap starship neovim wget openssl@3 ca-certificates zlib readline xz libmagic libmxml libffi sqlite3 ssh-copy-id zsh-completions tmux
22+
brew install curl git gnupg gnu-sed jq rsync nmap starship neovim wget openssl@3 ca-certificates zlib readline xz libmagic libmxml libffi sqlite3 ssh-copy-id zsh-completions ldns tmux
2323

2424
# CLI services
2525
brew install redis postgresql@16 tailscale ollama
2626

2727
# Development tools
28-
brew install go hugo fnm uv poetry pre-commit ruff justfile google-cloud-sdk kubernetes-cli k9s hashicorp/tap/terraform dopplerhq/cli/doppler
28+
brew install go hugo fnm uv poetry pre-commit ruff justfile google-cloud-sdk kubernetes-cli k9s helm helmfile argocd hashicorp/tap/terraform dopplerhq/cli/doppler
2929

3030
# Modern CLI tools
31-
brew install drill dust bat ripgrep zoxide tealdeer gitui httpie fzf erdtree
31+
brew install fd dust bat ripgrep zoxide tealdeer gitui httpie fzf erdtree curlie
3232

3333
# GUI applications
34-
brew install kitty nextcloud firefox firefox-nightly google-chrome bitwarden slack vlc iterm2 visual-studio-code cursor zed pycharm bruno discord
34+
brew install kitty nextcloud firefox firefox-nightly google-chrome bitwarden slack vlc iterm2 visual-studio-code cursor zed pycharm bruno discord skim
3535

3636
# Additional applications
3737
brew install --cask handbrake tailscale

new_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following essential packages should be installed on your system:
1616
### Modern CLI Tools
1717
These are modern alternatives to traditional Unix commands:
1818
- exa (replacement for ls)
19-
- drill (replacement for dig)
19+
- drill (replacement for dig, provided by ldnsutils)
2020
- dust (replacement for du)
2121
- bat (replacement for cat)
2222
- ripgrep (replacement for grep)

0 commit comments

Comments
 (0)