Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/calvinchengx/dotfiles

My miscellaneous dotfiles
https://github.com/calvinchengx/dotfiles

Last synced: 22 days ago
JSON representation

My miscellaneous dotfiles

Awesome Lists containing this project

README

        

dotfiles
========

My miscellaneous dotfiles

Install
=======

./setup.sh

Homebrew backups
=======

```
# backup
brew leaves > ~/work/dotfiles/homebrew-packages.txt
```

```
# restore
cat ~/work/dotfiles/homebrew-packages.txt | xargs brew install
```