classicvalues / .dotfiles-1

dotfiles with a bit of front-end spice

Home Page:http://jonrohan.codes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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 guidelines.

The format and organization was heavily borrowed from Zach Holman. 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.

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

License

Originally forked from @holman.

MIT © Jon Rohan

About

dotfiles with a bit of front-end spice

http://jonrohan.codes/

License:MIT License


Languages

Language:Shell 55.7%Language:Ruby 27.9%Language:Vim Script 10.9%Language:CoffeeScript 5.5%Language:CSS 0.0%