I created a little python script to install my dot files, see https://github.com/b52/dotfiles
Dots - Modularize your dotfiles
11–20 of 32 posts
Re: Dots - Modularize your dotfiles
#12Re: Dots - Modularize your dotfiles
#13Re: Dots - Modularize your dotfiles
#14I think worse is better here. This just sounds like another layer of abstraction and complexity i want to avoid dealing with as it will consume head space and detract from actually solving the problem i am there to solve. I tend to make do with defaults as well i.e basic vi and ksh as i move between BSD and Linux regularly (and rarely Solaris 2.5 still!). No surprises and very few dotfiles.
I think worse is better here. This just sounds like another layer of abstraction and complexity i want to avoid dealing with as it will consume head space and detract from actually solving the problem i am there to solve. I have a similar opinion, although I don't usually stick to defaults. Apparently this is targeted to teams of developers, so there might be more of a need to "modularize" things.
Re: Dots - Modularize your dotfiles
#15I think worse is better here. This just sounds like another layer of abstraction and complexity i want to avoid dealing with as it will consume head space and detract from actually solving the problem i am there to solve. I tend to make do with defaults as well i.e basic vi and ksh as i move between BSD and Linux regularly (and rarely Solaris 2.5 still!). No surprises and very few dotfiles.
Re: Dots - Modularize your dotfiles
#16Ha! I will add the tool I wrote that behaves very similarly but has no external deps: https://github.com/philips/ghar
Re: Dots - Modularize your dotfiles
#17Earlier quoted context omitted.
I think worse is better here. This just sounds like another layer of abstraction and complexity i want to avoid dealing with as it will consume head space and detract from actually solving the problem i am there to solve. I have a similar opinion, although I don't usually stick to defaults. Apparently this is targeted to teams of developers, so there might be more of a need to "modularize" things.
Having dealt with teams of developers and existing within them, I doubt this would impact them in any positive way. It would in some animal-farm-esque way empower an individual rather than everyone. People have so many differing opinions on such things, standardisation is hard.
[fresh]: https://github.com/freshshell/fresh
[freshrc]: https://github.com/twe4ked/dotfiles/blob/master/freshrc
Re: Dots - Modularize your dotfiles
#18Re: Dots - Modularize your dotfiles
#19I cloned Zach Holman's (holman) dot files implementation[1]. Mine [2] is basically Ian's torn apart and put back together (so i could understand it). It consists of symlinked rc files, and env and private_env files which get run at login / profile boots. The private env stuff (passwords, api keys, etc) are cloned from my home server or from encrypted Dropbox folder (still figuring out how I want to handle that) 1: ht…
Re: Dots - Modularize your dotfiles
#20Come on guys.