Giter Club home page Giter Club logo

Comments (6)

oxyc avatar oxyc commented on May 10, 2024 1

One way to still commit .gitconfig is to move the author data to a .local.gitconfig sourced by adding this to the .gitconfig (since git 1.7, silently ignores unexisting files).

[include]
	# user.email, user.name, user.signingkey go in this file
	path = .local.gitconfig

And then possibly even create the .local.gitconfig file in the playbook: oxyc/mac-playbook@0dac3d3

from mac-dev-playbook.

henning avatar henning commented on May 10, 2024

I also finally took the step to further analyze whyt happens to me again and again and put it into: geerlingguy/ansible-role-dotfiles#14

Anyway, I think this part of the playbook is very useful, though needs some time to understand and handle properly - while all the package stuff is easy to setup and get started.

So I believe this feature should be optional, and made in a way people can start using it when they find time to properly set it up.

from mac-dev-playbook.

geerlingguy avatar geerlingguy commented on May 10, 2024

So sorry about the Git ownership snafu—that was supposed to be fixed a while back by https://github.com/geerlingguy/mac-dev-playbook/blob/master/default.config.yml#L13

All the other dotfiles changes in the default geerlingguy/dotfiles repo are much less harmful, and can be easily switched around. The main Git configuration, however, cannot... therefore I'm removing it and will track that work in #15.

from mac-dev-playbook.

henning avatar henning commented on May 10, 2024

Well that's on e thing.

Still, the dotfile stuff is much harder to get right and understand how to use correctly, and theres not much documentation on how the workflow is and how one does it withput losing data as described in geerlingguy/ansible-role-dotfiles#14.

So IMHO there should be an option to completely turn it off until one knows how to do it and finds the time to figure it out.

from mac-dev-playbook.

geerlingguy avatar geerlingguy commented on May 10, 2024

I should at least make it disable-able. Will do that via a new configure_dotfiles variable...

from mac-dev-playbook.

geerlingguy avatar geerlingguy commented on May 10, 2024

Fixed via above commit. You can disable the dotfiles management by setting configure_dotfiles: no in your config.yml.

from mac-dev-playbook.

Related Issues (20)

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.