Coder Social home page Coder Social logo

dotfiles's Introduction

Bratta's Dotfiles

This is a reusable repository of Mac OS X-centric dotfiles for ease of setting up a new system. The goal is to make it more or less compatible with Linux distributions as well.

Install

git clone git://github.com/bratta/dotfiles ~/.dotfiles
cd ~/.dotfiles
git submodule init
git submodule update
rake  # or rake "df:install && rake df:install_bin" to skip janus

This produces symlinks for the files in .dotfiles to the appropriate places.

OR

If you're feeling brave, you can try the setup.sh script which will attempt to automatically install the necessary software packages, clone the repo, set up the dotfiles, and install RVM all in one fell swoop.

bash <(curl -s https://github.com/bratta/dotfiles/raw/master/setup.sh)

This is setup to work for OS X using either macports or homebrew, as well as Ubuntu using aptitude.

Organization

Directories are full of tiger's blood.

.
|-- bin
|-- lib
|   `-- tasks
`-- symlinks
    `-- bash

bin

Inside the bin directory, place any files you wish to appear in ~/bin which should ideally be added to your path. Any local cool tools can appear here.

lib/tasks

Inside this directory, place any Rake tasks related to setting up your system inside this directory in a *.rake file.

symlinks

Here is where you put your dotfiles you wish to symlink to the equivalent file in your home directory. Name them by excluding that pesky leading period, So to symlink ~/.vimrc, the file you want is ~/.dotfiles/symlinks/vimrc.

WARNING

The idea behind this repository is to provide an open set of tools for managing dotfiles. DO NOT commit anything sensitive, such as SSH private keys, API secret keys, passwords, etc. Be smart.

Credits

This is based loosely on schisamo's dotfiles repository on Github. Bash profile info refactored after seeing how JEG2 handles his. Thanks to the almighty carlhuda duo for Janus.

dotfiles's People

Contributors

bratta avatar timblinq avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.