Giter Site home page Giter Site logo

econf's Introduction

econf
=====
Automatically deploy configuration files.

usage
=====
Receive help for econf with
`econf -h`

todo
====
- modify install() such that if the first argument
    is the name of a directory, run all scripts
    in said directory.

configuration
=============
Econf reads a configuration file called `econf` in your configuration repository.

`noconfirm`
===========
don't ask user for input, same as -f option

`confirm`
=========
ask for user input, same as omitting the -f option.
Confirm and noconfirm can be used in tandem to allow certain parts
of the configuration to be confirmed

example:

    noconfirm
    dosomething that doesn't want to be confirmed
    confirm
    do something that wants to be confirmed

`dir`
=====
`dir`: link a directory to another directory:

    dir directory another_directory

`install`
=========
`install` executes an installation script located in `install/`

example:
    install vim-plug
    ...

    $ ls install/
        vim-plug

vim-plug gets executed

`files`
=======
`files`: link files in directory to another directory as hidden files

    files directory another_directory

`:host`
=======
:host appended at the end of a token will expand to :$(hostname) allowing different files to
be used for different machines.

example:

    files xinit:host ~/

would expand to

    files xinit:hostnameofmachine ~/

`sh`
====
Run a command:

    sh command arg arg ...

comments
========
A line starting with `#` is a comment.

    # comment

econf's People

Contributors

jack-davidson avatar

Stargazers

 avatar

Watchers

 avatar

econf's Issues

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.