update README
This commit is contained in:
parent
eea5d60cd5
commit
cbcd9c18f0
2 changed files with 19 additions and 21 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
# vim
|
# vim
|
||||||
.vim/.netrwhist
|
.vim/.netrwhist
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
39
README.md
39
README.md
|
|
@ -1,29 +1,32 @@
|
||||||
# OSX
|
# macOS
|
||||||
|
|
||||||
## Software to make it behave like a real OS
|
## Software to make it behave like a real OS
|
||||||
|
|
||||||
* Homebrew: http://brew.sh
|
* [Homebrew](http://brew.sh)
|
||||||
* Spectacle: https://www.spectacleapp.com
|
* [Spectacle](https://www.spectacleapp.com)
|
||||||
* Shortcat: https://shortcat.app
|
* [Shortcat](https://shortcat.app)
|
||||||
* Tunnelblick: https://tunnelblick.net
|
* [Tunnelblick](https://tunnelblick.net)
|
||||||
* iTerm2: https://iterm2.com
|
* [iTerm2](https://iterm2.com)
|
||||||
* Caffeine: http://lightheadsw.com/caffeine/
|
* [Caffeine](http://lightheadsw.com/caffeine/) (does not work on M2)
|
||||||
* Flycut: https://github.com/TermiT/Flycut/releases
|
* [Flycut](https://github.com/TermiT/Flycut/releases)
|
||||||
* Nextcloud: https://nextcloud.com/install/
|
* [Nextcloud](https://nextcloud.com/install/)
|
||||||
* Open-source fonts via brew: https://github.com/Homebrew/homebrew-cask-fonts
|
* [Open-source fonts via brew](https://github.com/Homebrew/homebrew-cask-fonts)
|
||||||
* displayplacer: https://github.com/jakehilborn/displayplacer
|
* [displayplacer](https://github.com/jakehilborn/displayplacer)
|
||||||
* Obsidian: https://obsidian.md
|
* [Obsidian](https://obsidian.md)
|
||||||
|
|
||||||
### Work related software
|
### 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
|
## brew installed packages
|
||||||
|
|
||||||
List is stored in `brew.txt`. Compile list with `brew list -1 > brew.txt`, then
|
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`.
|
on a new machine, install it with `xargs brew install < brew.txt`.
|
||||||
|
|
||||||
## CLI settings
|
## CLI settings
|
||||||
|
|
||||||
```
|
```bash
|
||||||
defaults write -g InitialKeyRepeat -int 12
|
defaults write -g InitialKeyRepeat -int 12
|
||||||
defaults write -g KeyRepeat -int 1
|
defaults write -g KeyRepeat -int 1
|
||||||
defaults write com.apple.screencapture location ~/screenshots/
|
defaults write com.apple.screencapture location ~/screenshots/
|
||||||
|
|
@ -34,9 +37,3 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
|
||||||
killall SystemUIServer
|
killall SystemUIServer
|
||||||
```
|
```
|
||||||
|
|
||||||
## Fully disable TouchID
|
|
||||||
|
|
||||||
```
|
|
||||||
bioutil -w -s -u 0
|
|
||||||
bioutil -w -s -f 0
|
|
||||||
```
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue