Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/broccolini/.dotfiles
dotfiles with a bit of front-end spice
https://github.com/broccolini/.dotfiles
Last synced: 4 days ago
JSON representation
dotfiles with a bit of front-end spice
- Host: GitHub
- URL: https://github.com/broccolini/.dotfiles
- Owner: broccolini
- License: mit
- Created: 2016-05-05T22:11:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T15:29:59.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T15:56:29.605Z (7 days ago)
- Language: Shell
- Homepage: http://jonrohan.codes/
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# .dotfiles
These are my `.dotfiles` - *The files that live in my home directory which set configuration on my machine.* Suggestions welcome read over the [contributing](/CONTRIBUTING.md) guidelines.
The format and organization was heavily borrowed from [Zach Holman](https://github.com/holman/dotfiles). I've made changes to include some front end things that I tend to use a lot.
- Editor
- Atom setup and install
- Dash.app settings
- All my linting configuration
- Setup node, and install npm packages I use.## Install
If you want your dotfiles to be like mine, here's how you install them.
```sh
git clone https://github.com/jonrohan/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
script/install
````script/bootstrap` will symlink all the `*.symlink` files and folders to links in `~/.*`.
`script/install` will run every `*/install.sh` file in each folder. These are usually used to install packages or move things into place.
## Related
* [Zach Holman's dotfiles](http://github.com/holman/dotfiles)
* [Node.js open source software template](https://github.com/jonrohan/nodejs-oss-template)## License
Originally forked from [@holman](http://github.com/holman/dotfiles).
MIT © [Jon Rohan](http://jonrohan.codes)