Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blakeembrey/dotfiles
My OS X config
https://github.com/blakeembrey/dotfiles
dotfiles macos
Last synced: 16 days ago
JSON representation
My OS X config
- Host: GitHub
- URL: https://github.com/blakeembrey/dotfiles
- Owner: blakeembrey
- Created: 2016-04-25T18:29:38.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T21:00:35.000Z (10 months ago)
- Last Synced: 2024-10-04T16:31:52.846Z (about 1 month ago)
- Topics: dotfiles, macos
- Language: Ruby
- Size: 64.5 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
My OS X config.
## Restore
Mackup is stored in iCloud, make sure to log in and sync for a new computer.
```sh
sh bootstrap.sh # Bootstrap packages and configuration.
sh link.sh # Link files to $HOME.
mackup restore # Restore app configuration.
```Guide to setting up [GPG signing keys](https://github.com/pstadler/keybase-gpg-github).
### Copying GPG keys
```sh
gpg --list-keys
gpg --export-secret-keys BFFE35E8E29147F63115FBEAE7F0CAD5D0955979 > ~/Downloads/key.secret
gpg --import ~/Downloads/key.secret
```### Backup
```sh
brew bundle dump -f # Brew packages, casks and MAS apps.
mackup backup # App configuration.
```## License
MIT