Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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