Skip to content

Commit

Permalink
Update with CSS Comb library
Browse files Browse the repository at this point in the history
- Update README
- Add library
- Add csscomb config file

Issue: #25
  • Loading branch information
Newton committed Aug 16, 2014
1 parent a0ca608 commit 0c2944b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Typically software you buy comes with some sort of installer, why not your dotfiles? After setting up my dotfiles and installation for years, I decided to take a page from [some](https://github.com/necolas) [other](https://github.com/mathiasbynens) [people's](https://github.com/cowboy) [books](http://dotfiles.github.io) and set up a script that will configure my machine to run [ViM as an IDE](http://blog.sanctum.geek.nz/series/unix-as-ide/). Along the way, I figured how to get all of the necessary [Homebrew](http://braumeister.org) & [Node](https://www.npmjs.org) packages installed as well as some useful [Ruby gems](http://rubygems.org). Feel free to [poke around](https://github.com/chrisopedia/dotfiles/commits/master) the repository, [fork it](https://github.com/chrisopedia/dotfiles/fork) to make it your own, [suggest things](https://github.com/chrisopedia/dotfiles/issues?labels=feature+request) for me to include, [log a bug](https://github.com/chrisopedia/dotfiles/issues/new), or maybe checkout the [features list](#features) to see what's included.

[![Version 1.5.0](http://img.shields.io/badge/version-1.5.0-brightgreen.svg)](https://github.com/chrisopedia/bash/releases/tag/1.5.0) [![Stories in Ready](https://badge.waffle.io/chrisopedia/dotfiles.png?label=Ready)](http://waffle.io/chrisopedia/dotfiles)
[![Version 1.6.0](http://img.shields.io/badge/version-1.6.0-brightgreen.svg)](https://github.com/chrisopedia/bash/releases/tag/1.6.0) [![Stories in Ready](https://badge.waffle.io/chrisopedia/dotfiles.png?label=Ready)](http://waffle.io/chrisopedia/dotfiles)

## Installation

Expand Down Expand Up @@ -111,6 +111,7 @@ Besides some [custom bash prompts](#shell-custom-bash-prompt), there are several
* [browser-sync](http://browsersync.io/) - time-saving synchronised browser testing
* [css-colorguard](https://github.com/SlexAxton/css-colorguard) - keep a watchful eye on your css colors
* [component(1)](http://component.io/) - client package manager
* [csscomb](http://csscomb.com/) - CSS coding style formatter
* [csslint](http://csslint.net/) - lint for CSS
* [david](https://david-dm.org/) - keep your Nodejs project dependencies up to date
* [gify](https://github.com/visionmedia/node-gify) - convert videos to gifs using ffmpeg and gifsicle
Expand Down
1 change: 1 addition & 0 deletions opt/npm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ bower
browser-sync
colorguard
component
csscomb
csslint
david
gify
Expand Down
1 change: 1 addition & 0 deletions opt/symlinks
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ conf/git/ignore .gitignore
conf/git/message .gitmessage
conf/runcom/ack .ackrc
conf/runcom/bash .bashrc
conf/runcom/csscomb .csscomb.json
conf/runcom/csslint .csslintrc
conf/runcom/curl .curlrc
conf/runcom/input .inputrc
Expand Down

0 comments on commit 0c2944b

Please sign in to comment.