apple
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| apple [2025/04/12 10:39] – dblume | apple [2025/12/15 12:24] (current) – [brew upgrade issues] dblume | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| * Set bash as your default shell (seem [[https:// | * Set bash as your default shell (seem [[https:// | ||
| * System Preferences: | * System Preferences: | ||
| + | * Set some of these [[https:// | ||
| * Mouse | * Mouse | ||
| * Make tracking speed much faster! | * Make tracking speed much faster! | ||
| Line 59: | Line 60: | ||
| brew install grep gnu-sed findutils universal-ctags | brew install grep gnu-sed findutils universal-ctags | ||
| brew install gawk jq tree httpie inetutils pv | brew install gawk jq tree httpie inetutils pv | ||
| - | brew install gnupg socat wget nmap tmux saulpw/ | + | brew install gnupg socat wget nmap tmux # but not saulpw/ |
| brew install ripgrep moreutils neovim | brew install ripgrep moreutils neovim | ||
| brew install bash-completion | brew install bash-completion | ||
| - | Ensure your prompt has git hints. See .bashrc for __git_ps1 (maybe download .git-prompt.sh). | + | I noticed that [[https:// |
| To install gnuplot 6.0 with " | To install gnuplot 6.0 with " | ||
| Line 236: | Line 237: | ||
| < | < | ||
| $ sudo automount -vc | $ sudo automount -vc | ||
| + | </ | ||
| + | |||
| + | ====== brew upgrade issues ====== | ||
| + | |||
| + | Symbolic links to the new bash from brew might not get updated. There' | ||
| + | |||
| + | First, check which shell you're in. And check which would be run. And check which are symlinks. | ||
| + | < | ||
| + | $ echo " | ||
| + | /bin/bash | ||
| + | $ which bash | ||
| + | / | ||
| + | $ which -a bash | xargs ls -l | ||
| + | -r-xr-xr-x | ||
| + | lrwxr-xr-x@ 1 dblume | ||
| + | lrwxr-xr-x@ 1 dblume | ||
| + | lrwxr-xr-x@ 1 root wheel 22 Dec 15 12:18 / | ||
| + | </ | ||
| + | |||
| + | Then, if there' | ||
| + | < | ||
| + | $ sudo rm / | ||
| + | $ sudo ln -s / | ||
| </ | </ | ||
apple.1744479575.txt.gz · Last modified: 2025/04/12 10:39 by dblume