Coder Social home page Coder Social logo

dot's Introduction

dot

dot is dotfiles manage cli.

Installation via Homebrew

brew tap atsushi130/tapbrew install dot

Configuration

Please make dot.json confirm to the format, or generate by dot init command. And you upload it to dotfiles respository.

[
  {
    "name": "filename",
    "type": "file or dir",
    "input": "input_file_path_from_github",
    "output": "output_file_path_to_local",
    "chain": [] // chain install filenames (optional)
  },
]

Usage

First, generate Github access token. [Here] image

Next, register generated Github access token and repository to dot.

dot token ${generated_github_access_token}dot repository atsushi130/dotfiles

Support commands

install dotfiles

dot install [--chain | -c] ${filename}

register github access token

dot token ${github_token}

register dotfiles repository

dot repository ${owner/repository}

example

dot token f8a86be02ff77c0fa42d0fa16855d1e09a1affb6dot repository atsushi130/dotfilesdot install -c vimrc

coming soon

dot init

Extension

Incremental search and install.

normaldot list | fzf --reverse | xargs dot install
cooldot list | fzf-tmux -d 35% --preview 'echo ❯ dot install {}' --preview-window down:1 --ansi --reverse --prompt='install dotfile is ' | xargs dot install

Gif

Using Library

License

dot is available under the MIT license. See the LICENSE file.

FOSSA Status

dot's People

Contributors

atsushi130 avatar fossabot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

fossabot

dot'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.