From cbcd9c18f0eb29e706cc737787b0efeaf322275c Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 8 May 2023 11:08:55 +0200 Subject: [PATCH] update README --- .gitignore | 1 + README.md | 39 ++++++++++++++++++--------------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index dd3d0e9..41fe2da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # vim .vim/.netrwhist +.DS_Store diff --git a/README.md b/README.md index 43a611b..77efe3a 100644 --- a/README.md +++ b/README.md @@ -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 -```