apple
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| apple [2023/04/12 20:44] – external edit 127.0.0.1 | apple [2025/12/15 12:24] (current) – [brew upgrade issues] dblume | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| * Trackpad -> Tap to Click (For not having to press hard for a click.) | * Trackpad -> Tap to Click (For not having to press hard for a click.) | ||
| * Tap-and-drag: | * Tap-and-drag: | ||
| - | * Open the Photos app, and drag a userpic to it. Then change your userpic in the System Preferences. | + | * Open the Photos app, and drag [[https:// |
| + | * Set your [[http:// | ||
| * Get [[http:// | * Get [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * Download and install [[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 21: | Line 25: | ||
| * Set Key Repeat to fastest, and Delay until Repeat to second shortest. | * Set Key Repeat to fastest, and Delay until Repeat to second shortest. | ||
| * Some apps don't repeat anything because some keys have a character accent menu. To disable: < | * Some apps don't repeat anything because some keys have a character accent menu. To disable: < | ||
| - | * Microsoft Natural Ergonomic Keyboard | + | * 2024 Microsoft Natural Ergonomic Keyboard |
| + | * left_option -> left_command | ||
| + | * application -> left_option | ||
| * Swap the Option and Command keys. | * Swap the Option and Command keys. | ||
| * Dock | * Dock | ||
| Line 39: | Line 45: | ||
| macOS comes with BSD grep pre-installed, | macOS comes with BSD grep pre-installed, | ||
| - | Go to http:// | + | Go to http:// |
| - | brew install grep | + | After installation, |
| - | brew install gnu-sed | + | |
| - | | + | |
| - | | + | |
| - | brew install gawk | + | echo >> / |
| - | brew install jq | + | echo 'eval " |
| - | brew install tree | + | eval " |
| - | brew install httpie | + | |
| - | | + | |
| - | brew install telnet | + | |
| - | brew install | + | |
| - | brew install pv | + | brew install |
| - | brew install gnupg | + | brew install |
| - | brew install | + | brew install gnupg socat wget nmap tmux |
| - | brew install | + | brew install ripgrep moreutils |
| - | brew install | + | brew install bash-completion |
| - | brew install | + | |
| - | brew install | + | I noticed that [[https://github.com/saulpw/visidata/issues/2756# |
| - | brew install ripgrep | + | |
| - | brew install | + | To install gnuplot 6.0 with " |
| - | 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. | ||
| + | ==== tmux and " | ||
| + | |||
| + | We set tmux to set $TERM to " | ||
| + | |||
| + | VisiData will complain it "could not find terminfo database" | ||
| + | |||
| + | curl -O " | ||
| + | sudo tic -x tmux-256color | ||
| + | |||
| + | That should install the database into / | ||
| ===== Tips ===== | ===== Tips ===== | ||
| Line 141: | Line 148: | ||
| ===== Software to Get ===== | ===== Software to Get ===== | ||
| - | * [[http://iterm2.com/|iTerm2]] and install your [[http:// | + | * [[https://ghostty.org/download|Ghostty]] and install your [[http:// |
| + | * < | ||
| * Preferences -> Profiles -> Terminal -> uncheck "Save lines to scrollback in alternate screen mode" | * Preferences -> Profiles -> Terminal -> uncheck "Save lines to scrollback in alternate screen mode" | ||
| * Install Powerline Fonts per [[private: | * Install Powerline Fonts per [[private: | ||
| Line 229: | 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.1681357477.txt.gz · Last modified: 2023/04/12 20:44 by 127.0.0.1