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

https://github.com/dylanfoster/dotfiles

System bootstrap for OS X and Ubuntu
https://github.com/dylanfoster/dotfiles

Last synced: 3 months ago
JSON representation

System bootstrap for OS X and Ubuntu

Awesome Lists containing this project

README

          

# dotfiles

![](/shell.png)

## Installation

```shell
git clone https://github.com/dylanfoster/dotfiles.git && cd dotfiles && source install.sh
```

## What's in the box

#### [zsh](http://www.zsh.org/)

> Zsh is a shell designed for interactive use

Included with my zsh:

- [zprezto](https://github.com/sorin-ionescu/prezto)
- [aliases](https://github.com/dylanfoster/dotfiles/blob/master/zshrc)

#### [tmux](https://tmux.github.io/)

> tmux is a terminal multiplexer

Included with tmux:

- [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect)
- [tpm](https://github.com/tmux-plugins/tpm)

#### n/node/npm

[n](https://github.com/tj/n)

> Simple flavour of node/iojs binary management, no subshells, no profile setup, no convoluted api, just simple.

[node](https://nodejs.org)

> Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

[npm](https://npmjs.com)

> npm is the package manager for node

Included with npm:

- [bower](http://bower.io/)
- [ember-cli](http://www.ember-cli.com/)
- [gulp](http://gulpjs.com/)
- [supervisor](https://github.com/petruisfan/node-supervisor)
- [yo](http://yeoman.io/)

#### [vim](https://github.com/vim/vim)

> Vim is an almost compatible version of the UNIX editor Vi.

Included with vim:

- [vim-plug](https://github.com/junegunn/vim-plug)

#### [homebrew](http://brew.sh/)

> The missing package manager for OS X

[Included with homebrew](https://github.com/dylanfoster/dotfiles/blob/master/init/brew.sh)

## Thanks

Thanks for the footwork

- Ben Truyman [dotfiles](https://github.com/bentruyman/dotfiles)
- Mathias Bynens [dotfiles](https://github.com/mathiasbynens/dotfiles)

## License

The MIT License (MIT)

Copyright (c) 2015 Dylan Foster

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.