update README

This commit is contained in:
Oliver Ladner 2023-05-08 11:08:55 +02:00
commit cbcd9c18f0
2 changed files with 19 additions and 21 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
# vim
.vim/.netrwhist
.DS_Store

View file

@ -1,29 +1,32 @@
# OSX
# macOS
## Software to make it behave like a real OS
* Homebrew: http://brew.sh
* Spectacle: https://www.spectacleapp.com
* Shortcat: https://shortcat.app
* Tunnelblick: https://tunnelblick.net
* iTerm2: https://iterm2.com
* Caffeine: http://lightheadsw.com/caffeine/
* Flycut: https://github.com/TermiT/Flycut/releases
* Nextcloud: https://nextcloud.com/install/
* Open-source fonts via brew: https://github.com/Homebrew/homebrew-cask-fonts
* displayplacer: https://github.com/jakehilborn/displayplacer
* Obsidian: https://obsidian.md
* [Homebrew](http://brew.sh)
* [Spectacle](https://www.spectacleapp.com)
* [Shortcat](https://shortcat.app)
* [Tunnelblick](https://tunnelblick.net)
* [iTerm2](https://iterm2.com)
* [Caffeine](http://lightheadsw.com/caffeine/) (does not work on M2)
* [Flycut](https://github.com/TermiT/Flycut/releases)
* [Nextcloud](https://nextcloud.com/install/)
* [Open-source fonts via brew](https://github.com/Homebrew/homebrew-cask-fonts)
* [displayplacer](https://github.com/jakehilborn/displayplacer)
* [Obsidian](https://obsidian.md)
### Work related software
* Docker: https://www.docker.com/products/docker-desktop
* USB Overdrive: http://www.usboverdrive.com
* [Docker](https://www.docker.com/products/docker-desktop)
* [USB Overdrive](http://www.usboverdrive.com)
## brew installed packages
List is stored in `brew.txt`. Compile list with `brew list -1 > brew.txt`, then
on a new machine, install it with `xargs brew install < brew.txt`.
## CLI settings
```
```bash
defaults write -g InitialKeyRepeat -int 12
defaults write -g KeyRepeat -int 1
defaults write com.apple.screencapture location ~/screenshots/
@ -34,9 +37,3 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
killall SystemUIServer
```
## Fully disable TouchID
```
bioutil -w -s -u 0
bioutil -w -s -f 0
```