Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smt/dotfiles
smt's dotfiles (powered by GNU stow)
https://github.com/smt/dotfiles
Last synced: about 2 months ago
JSON representation
smt's dotfiles (powered by GNU stow)
- Host: GitHub
- URL: https://github.com/smt/dotfiles
- Owner: smt
- License: mit
- Created: 2011-05-28T06:16:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:49:50.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T04:02:36.416Z (9 months ago)
- Language: Shell
- Homepage: http://github.com/smt/dotfiles
- Size: 7.15 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles (powered by stow)
## Dependencies
Please ensure you've installed `stow` on your system.
```bash
brew install stow
``````bash
sudo pacman -S stow
``````bash
sudo apt-get install stow
```## Install
To install just these dotfiles (or your custom fork):
```bash
git clone https://github.com//dotfiles ~/.dotfiles
cd ~/.dotfiles
install_osx # or install_linux
```## Credit
I'm been inspired the great work of these people. My sincere thanks to:
- **Eric Schull**, for pointing out the simplicity of [using stow to manage dotfiles](http://spin.atomicobject.com/2014/12/26/manage-dotfiles-gnu-stow/).
- **James Tomasino**, for his continuous tinkering on his awesome [dotfiles](https://github.com/jamestomasino/dotfiles) and [binfiles](https://github.com/jamestomasino/bin).
- **Daniel Jaouen**, for re-kindling my **Ansible + OS X** dream with [this blog post](http://il.luminat.us/blog/2014/04/19/how-i-fully-automated-os-x-with-ansible/). My playbooks are still just forks of his.
- **Jeff Geerling**, who not only has a very interesting [Mac dev playbook](https://github.com/geerlingguy/mac-dev-playbook) of his own, but also has a very thorough resource on how to get a [Mac OS X Virtualbox VM](https://github.com/geerlingguy/mac-osx-virtualbox-vm) up and running (testing this stuff out on a fresh snapshot is so critical!).
- **Mathias Bynens**, for his painstakingly curated collection of [OS X preferences](https://github.com/mathiasbynens/dotfiles/blob/master/.osx).
- **Zach Holman**, for the [initial inspiration](https://github.com/holman/dotfiles/) to start my own dotfiles repo.
- **Ryan Tomayko**, for various useful [utility scripts](https://github.com/rtomayko/dotfiles/tree/rtomayko/bin).## TODO
- [ ] Add more stuff, be smarter, etc.