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: 29 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 (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T22:13:32.000Z (2 months ago)
- Last Synced: 2025-01-10T11:20:41.506Z (about 1 month ago)
- Topics: dotfiles, macos
- Language: Ruby
- Size: 69.3 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
```sh
sh bootstrap.sh # Bootstrap packages and configuration.
sh link.sh # Link files to $HOME.
```### 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.
```## License
MIT