apple
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| apple [2025/04/10 08:04] – dblume | apple [2025/12/15 12:24] (current) – [brew upgrade issues] dblume | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * [[http:// | * [[http:// | ||
| * Download and install [[https:// | * Download and install [[https:// | ||
| - | * Set bash as your default shell: '' | + | * 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 57: | Line 58: | ||
| https:// | https:// | ||
| - | brew install grep | + | brew install grep gnu-sed findutils |
| - | brew install | + | brew install gawk jq tree httpie inetutils pv |
| - | brew install | + | brew install gnupg socat wget nmap tmux |
| - | brew install | + | brew install ripgrep moreutils |
| - | brew install gawk | + | brew install bash-completion |
| - | brew install | + | |
| - | brew install | + | I noticed that [[https://github.com/saulpw/visidata/issues/2756# |
| - | brew install | + | |
| - | brew install | + | To install gnuplot 6.0 with " |
| - | brew install telnet | + | |
| - | brew install gnuplot | + | |
| - | brew install | + | |
| - | brew install gnupg | + | |
| - | brew install | + | |
| - | brew install | + | |
| - | brew install | + | |
| - | brew install | + | |
| - | brew install | + | |
| - | brew install ripgrep | + | |
| - | brew install | + | |
| - | brew install bash-completion. " | + | |
| - | brew install gitui | + | |
| - | # Maybe also readline if you brew install python3 | + | |
| - | + | ||
| - | brew install bash | + | |
| - | # Note where it was installed. Then something like... | + | |
| - | sudo ln -s /opt/homebrew/ | + | |
| - | sudo echo / | + | |
| - | | + | |
| Log out of that console window and log back in again. | Log out of that console window and log back in again. | ||
| Line 256: | 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.1744297479.txt.gz · Last modified: 2025/04/10 08:04 by dblume