Giter Site home page Giter Site logo

dotdotdot's Introduction

DotDotDot - A technique for managing Unix "dot" files.

== NOTE ==

See https://github.com/ingydotnet/... first.

'...' is a command for managing and installing your dot file repositories.

== DESCRIPTION ==

This is a repository of common Unix dot/config files like .bashrc and .vim, etc. They are intended to work with the '...' installation program.

This is an attempt to DRY (http://bit.ly/cJwHB9) up the management of these files.

You are encouraged to (GitHub) fork this project and tailor it to your needs. I'll keep an eye on the various forks and merge the good features back here.

To understand how to use and configure this stuff correctly in multiple environments, see CONFIGURATION section below.

== INSTALLATION ==

This 

To use this project:

    > cd $HOME                          # Go home
    > git clone [email protected]:ingydotnet/....git     # Install ...
    > .../bin/... backup                # Backup your old dot files
    > cd .../src/                       # Where your repos (like this one) go
    > git clone [email protected]:ingydotnet/dotdotdot.git     # Git this
    > cd ..                             # Go back
    > cp conf.example conf              # Create a working conf
    > edit conf                         # Configure ...
    > .../bin/... install               # Install your dot files!
    # Now ... is in your PATH
    > ... help                          # Get help on more ... commands

== CONFIGURATION ==

When you configure a new machine, most of the settings are common to all your machines. Some are machine specific and some are user specific. To make these files work for all situations, DotDotDot uses the $USER and $LOCAL environment variables. For instance, say you are setting up a Macbook. Your `.bashrc` file would source these files:

    .bashrc-common                      # Your common settings
    .bashrc-local                       # export $LOCAL to 'macbook'
    .bashrc-$LOCAL                      # Your macbook settings
    .bashrc-$USER                       # Your personal settings

You should create your own, one-line `.bashrc-local` file that contains:

    export LOCAL=macbook

== DISCLAIMER ==

Unix config files have always been very adhoc, and personal. This is finally an attempt to make them simple, sharable and managable.

That said, this project is very grass roots, and based on my own personal settings. I use Bash and Vim. Maybe you use Zsh and Emacs. Everything here is fairly straightforward, but make sure you know what you are getting into before you try this.

With a little bit of smarts, we can work together to make everyone happy.

== CAUTION ==

You need to be wise about not putting sensitive information like passwords, into a public repository. You have been warned.

== COPYRIGHT ==

Copyright 2010. Ingy dot Net

This is open software. Feel free to copy and use it for any purpose.

dotdotdot's People

Contributors

ingydotnet avatar

Stargazers

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