Git Product home page Git Product logo

dotties-core's Introduction

Dotties

Dotties is a Mac tool for managing your dotfiles via Github.

Dotties packages are extensions that can be shared. Your entire dotfiles repo is a dotties package, so you can install it on multiple computers to keep your dotfiles in sync. You can also install extensions from others to enhance your own dotfiles. For example, the search behavior in .vimrc can be extracted as an extension which can be added to your existing configuration through dotties package management.

Dottie works with Github for package management, so any short GitHub url can be a dotties package. For instance https://github.com/blainesch/dotties would be installed as blainesch/dotties. So converting your current dotfiles into a dotties repo is seamless.

brew tap tinytacoteam/formulae
brew install dotties

To get started check out my core file

dotties --version
dotties install blainesch/dotties

Managing Packages

TO BE FILLED OUT. Include details such as dotties.yml, commands to install and update packages etc.

How does it work?

Dotties package is just a collection of dotfiles such as vimrc, tmux.conf etc. These files might already exist in your computer but dotties will make sure that your config file and the package's config file are both included correctly.

In order to achieve this Dotteis will create a single config file (say ~/.tmux.conf) in your home directory that sources both your tmux.conf and your package's tmux.conf.

Files from the packages are installed in ~/.dotties/packages/${USERNAME-REPO} and are never modified by dotties, so feel free to update these files in place and commit them back to GitHub.

dotties-core's People

Contributors

amjith avatar

Watchers

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