osx
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| osx [2017/09/15 13:51] – tkbletsc | osx [2021/11/15 08:42] (current) – removed tkbletsc | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== OSX ====== | ||
| - | Okay here we go into OSX land I guess???? | ||
| - | |||
| - | ===== Homebrew ===== | ||
| - | It's apt-get for osx. | ||
| - | |||
| - | Run the command listed here: https:// | ||
| - | |||
| - | You might have to manually install the XCode Command Line tools from [[http:// | ||
| - | |||
| - | ===== Better bash ===== | ||
| - | Do [[https:// | ||
| - | |||
| - | $ brew install bash bash-completion | ||
| - | $ sudo -i | ||
| - | Password: | ||
| - | # echo " | ||
| - | # exit | ||
| - | $ chsh -s $(brew --prefix)/ | ||
| - | |||
| - | ===== 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" | ||
| - | * 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 " | ||
| - | |||
| - | ===== More brew stuff ===== | ||
| - | This is basically the cygwin list adapted for brew: | ||
| - | |||
| - | $ brew install lynx links nano wget rsync unzip vim openssh screen gcc gdb make bash-completion git python3 | ||
osx.1505508673.txt.gz · Last modified: by tkbletsc
