question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dotbot should be able to automatically update any and all files I have being tracked

See original GitHub issue

maybe I’m not understanding this, but shouldn’t it be obvious to have a ./install update or something that looks through all the files I’m symlinking and prepares a commit for me?

it would be a lot better than having to manually add each dotfile into install.conf.yaml and then add all of them to git as well.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
gwerbincommented, Oct 17, 2016

I implemented this as a Git hook.

https://github.com/gwerbin/dotbot-autobot

1reaction
davidawadcommented, Jul 21, 2016

that way I could say, “dotbot, there are some new files I want you to track in git for me, look through your config and make sure it has everything that’s in this folder, if not add it”

then dotbot might look, notice all the files that are new, and then add them to it’s own config.

from there you just git add/commit etc.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing Your Dotfiles - Anish Athalye
It is possible to track configuration files that belong somewhere other than $HOME . Installing dotfiles on new machines is easier. All that...
Read more >
Personalize your Development Environment with Dotfiles
Since dotfiles (the actual files) store the configuration settings of your machine, by tracking them you can save the tweaks and tools you ......
Read more >
I need advice: Backing up dot-files but also system-files
Hey there, im a not very advanced Linux (and GitHub) user and went through the process to sucessfully backing up my dotfiles.
Read more >
Bots and Indexing on Pantheon
When the error has been fixed, the bots/crawlers will no longer be hung-up on the give path. 127.0.0.1 - - [26/Jul/2013:15:27:38 +0000] "GET...
Read more >
Bootstrap your Dotfiles with dotbot - Elliot DeNolf
A customized set of dotfiles can vastly increase your command-line productivity and happiness. In this tutorial, we'll be setting up a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found