Giter Site home page Giter Site logo

dotthefiles's People

Contributors

viktor-ku avatar

Stargazers

 avatar

Watchers

 avatar

dotthefiles's Issues

Accept `target` as a string

It would make sense to have to specify a string for a single target rather than having to do an array every time.

Fallback to copy

When linking is not possible (e.g. when root and home are on a separate partitions) fallback to copy.

It raises the problem of syncing, but it will be a problem for another time.

Assume skipping by default

Right now, if you want to skip, you should use -s flag, which is not the philosophy I'd like to follow. By default it should only link things that could be linked

  1. Source exists
  2. Destination exists (parent directories exist and destination file does not exist)

If destination file exist, then require to use -f flag, to force the override of such entries.

To do

  1. Remove -s flag
  2. Add -f flag
  3. Skip by default, force with the flag

CI: setup commit checking

Ideally, I'd like to use commitlint or something similar, but need to research available options before setting another workflow up.

Change the way `files` are mapped

Right now you have to write this for it to work

map:
  files:
    - name: .Xresources
      to: ~/

I think it would make a lot more sense and a lot less boilerplate code to write this instead:

map:
  files:
    .Xresources: ~/

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.