Giter Club home page Giter Club logo

dot-files's Introduction

___ My dot files and associated installation script. Dotfiles are split up into modules using folders, then specific modules can be installed/ignored. All files/folders are installed via. symbolic links.

Installation

Run bootstrap.sh and select all the specific modules you want to install. It will create a config named install.conf to save this preference locally.

Updating

As dotfiles are symlinked most changes to these require no other actions to be reflected in your home directory. If changes have been made to a modules install script you can re-run the installation script bootstrap.sh.

To add or remove modules you can either edit the config manually and re-run the bootstrap or re-create the config interactively with bootstrap.sh --makeconf.

Structure

Dotfiles are grouped into separate modules that should be thematically linked. They may contain an installation script named install.sh to run each time the bootstrap script installs this module. All files ending in .symlink will be symbolically linked relative to the home directory in the same way the file/folder relates to the module directory. e.g. in the case of a structure like this:

module_directory:
├── install.sh
├── plugin.cfg.symlink
├── plugin2
│   └── file.cfg.symlink
└── plugin3.symlink
    └── file2.cfg

All the files (bar install.sh) would keep the same directory structure with module_directory being the home directory. The difference between plugin2 and plugin3 being that all the files in the plugin3 folder are in the dotfiles repo and symlinked whereas there could be files in the plugin2 folder that are not in the dotfiles repo.

dot-files's People

Contributors

xzanth avatar

Watchers

 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.