User Tools

Site Tools


osx

This is an old revision of the document!


OSX

Okay here we go into OSX land I guess????

Homebrew

It's apt-get for osx.

Run the command listed here: https://brew.sh/

Better bash

Do this stuff to get bash 4.x:

$ brew install bash bash-completion
$ sudo -i
Password:  
# echo "$(brew --prefix)/bin/bash" >> /etc/shells
# exit
$ chsh -s $(brew --prefix)/bin/bash

My kit

My environment kit does work on OSX. You just need modern Bash (see above) and modern base64:

$ brew install base64

Then deploy kit per usual.

Kit tweaks

  • Change ls alias from "ls –color=auto" to "ls -G" in .mybashrc
  • Remove bin/clear

One-finger drag

I can't understand why, but standard one-finger tap-then-drag isn't enabled by default. Weirdly, the option is NOT under "Trackpad", but rather in the trackpad part of the Accessibility options. See here for details.

osx.1491538559.txt.gz · Last modified: 2017/04/06 21:15 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki