Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinchengx/dotfiles
My miscellaneous dotfiles
https://github.com/calvinchengx/dotfiles
Last synced: 22 days ago
JSON representation
My miscellaneous dotfiles
- Host: GitHub
- URL: https://github.com/calvinchengx/dotfiles
- Owner: calvinchengx
- Created: 2012-07-29T17:39:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T16:11:12.000Z (over 5 years ago)
- Last Synced: 2024-11-16T01:37:00.718Z (3 months ago)
- Language: Shell
- Size: 179 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```