GithubHelp home page GithubHelp logo

Comments (11)

LukeSmithxyz avatar LukeSmithxyz commented on August 19, 2024 1

I'm going to be adding some documentation on updating this with git in the next big update. Possibly with an associated video. Closing this issue for cleanliness's sake.

from voidrice.

 avatar commented on August 19, 2024

Yeah, I was just wondering how to update LARBS. Because if I were to download one of the files to overwrite mine it would get rid of all my customizations.

from voidrice.

LukeSmithxyz avatar LukeSmithxyz commented on August 19, 2024

Well you can easily run:

git fetch --all
git reset --hard origin/master

To update your repo. This, however will overwrite config changes you've made. I'm trying to figure out what the best git solution is for manually picking what to overwrite.

from voidrice.

 avatar commented on August 19, 2024

For now, I will manually copy paste an update in if I really want it or need it.

from voidrice.

yurisuki avatar yurisuki commented on August 19, 2024

yeah, that kinda sucks. I have no idea how would anyone do it because some people (also me) have changed some things in their configs and will be overwritten by then.

from voidrice.

 avatar commented on August 19, 2024

Updating is a tricky thing because so many people have different preferences for how to handle it. Personally, I don't mind going through the changes on here and manually copying them over as needed. I also don't mind reinstalling the entire system because I'm not one to customize a whole lot. I can usually reinstall and be back where I was in 45 minutes.

from voidrice.

 avatar commented on August 19, 2024

I can't get back to where I was very quickly because it takes me a while to download things since my internet isn't very good. I am also semi-new to Linux (I used Mac for a few years, which I could use vim, ranger, and I found a tiling wm as well) so I would have to google a lot of the tutorials again.

from voidrice.

 avatar commented on August 19, 2024

Not much you can do about slow internet, but if you haven't already, I would suggest updating your mirror list. I also keep a small file that has every step of all the little changes I made just in case I want/need to start over with a clean system.

from voidrice.

 avatar commented on August 19, 2024

I could also upload the dotfiles to my own github, it would take a while at first but afterwards it is just small <1mb updates.

from voidrice.

gabriel-doriath-dohler avatar gabriel-doriath-dohler commented on August 19, 2024

https://www.gnu.org/software/stow/ could be useful. Dotfiles should be stored in /home/user/.dotfiles-user and symlinked to /home/user.
When updating, download voidrice to /home/user/.dotfiles-voidrice, track both folder with git separately. Then sync both repo (/home/user/.dotfiles-user and /home/user/.dotfiles-voidrice). It works the same way as synced forks.

from voidrice.

gabriel-doriath-dohler avatar gabriel-doriath-dohler commented on August 19, 2024

I guess git merge-tool could be used to resolve conflicts.

from voidrice.

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.