Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clayellis/config
A place to store general configuration files
https://github.com/clayellis/config
Last synced: 26 days ago
JSON representation
A place to store general configuration files
- Host: GitHub
- URL: https://github.com/clayellis/config
- Owner: clayellis
- Created: 2023-11-02T22:01:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T17:27:35.000Z (12 months ago)
- Last Synced: 2023-11-13T18:34:14.701Z (12 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Config
A place to store general configuration files## Files
### [Default.idekeybindings](Default.idekeybindings)
This file contains custom key bindings for Xcode that I like to use. It should be placed under `~/Library/Developer/Xcode/UserData/KeyBindings/`## Commands
### Key Repeat
I like to decrease both the `InitialKeyRepeat` and `KeyRepeat` speeds via Terminal to move through text quicker.
```shell
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
```## Apps
- [Hand Mirror](https://apps.apple.com/us/app/hand-mirror/id1502839586?mt=12): Super simple app for previewing FaceTime camera.
- [SideNotes](https://apps.apple.com/us/app/sidenotes-thoughts-tasks/id1441958036?mt=12): Simple note-taking app that lives on the side of your screen.