User Tools

Site Tools


apple

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apple [2025/04/10 08:04] dblumeapple [2025/04/13 20:36] (current) – Add Finder preferences to set dblume
Line 13: Line 13:
   * [[http://www.tekrevue.com/tip/show-path-finder-title-bar/|Show the full path in the finder]] with <code>defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder</code>   * [[http://www.tekrevue.com/tip/show-path-finder-title-bar/|Show the full path in the finder]] with <code>defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder</code>
   * Download and install [[https://ghostty.org/download|Ghostty]].   * Download and install [[https://ghostty.org/download|Ghostty]].
-  * Set bash as your default shell: ''chsh -s /bin/bash''+  * Set bash as your default shell (seem [[https://stackoverflow.com/questions/77052638/changing-default-shell-from-zsh-to-bash-on-macos-catalina-and-beyond|to need to install via brew]]): ''chsh -s /bin/bash''
   * System Preferences:   * System Preferences:
 +    * Set some of these [[https://medium.com/macoclock/macos-finder-sucks-4ab191e07c40|Finder preferences]]
     * Mouse      * Mouse 
       * Make tracking speed much faster!       * Make tracking speed much faster!
Line 57: Line 58:
       https://docs.brew.sh       https://docs.brew.sh
  
-  brew install grep +  brew install grep gnu-sed findutils universal-ctags 
-  brew install gnu-sed +  brew install gawk jq tree httpie inetutils pv 
-  brew install findutils +  brew install gnupg socat wget nmap tmux saulpw/vd/visidata 
-  brew install ctags +  brew install ripgrep moreutils neovim  
-  brew install gawk +  brew install bash-completion  # See .bash_profile 
-  brew install jq + 
-  brew install tree +Ensure your prompt has git hintsSee .bashrc for __git_ps1 (maybe download .git-prompt.sh)
-  brew install httpie + 
-  brew install inetutils  # If you need telnet (maybe nc is good enough?) +To install gnuplot 6.0 with "block" display for Braille chars, see [[gnuplot#instructions-for-macos]]
-  brew install telnet +
-  brew install gnuplot +
-  brew install pv +
-  brew install gnupg +
-  brew install socat +
-  brew install wget +
-  brew install nmap +
-  brew install tmux +
-  brew install saulpw/vd/visidata +
-  brew install ripgrep +
-  brew install moreutils +
-  brew install bash-completion. " See .bash_profile +
-  brew install gitui +
-  # Maybe also readline if you brew install python3 +
-   +
-  brew install bash +
-  # Note where it was installedThen something like..+
-  sudo ln -s /opt/homebrew/Cellar/bash/5.2.15/bin/bash /usr/local/bin/bash +
-  sudo echo /usr/local/bin/bash >> /etc/shells +
-  chsh -s /usr/local/bin/bash+
  
 Log out of that console window and log back in again. Log out of that console window and log back in again.
apple.1744297479.txt.gz · Last modified: 2025/04/10 08:04 by dblume