snowe's recent activity
-
Comment on <deleted topic> in ~talk
-
Comment on Lets get rid of the apostrophe in ~humanities.languages
-
Comment on How do you keep up with version changes in downloaded software? in ~comp
snowe Like others have said, package managers. There are tons of package managers out there, see this wikipedia article. I mostly use homebrew with my dotfiles repo. See my Brewfile and my Brewfile.work...Like others have said, package managers.
There are tons of package managers out there, see this wikipedia article.
I mostly use homebrew with my dotfiles repo. See my Brewfile and my Brewfile.work for the packages I install. I keep them up to date by running
bin/dot
which runs all the updates. See bin/dot. TheBrewfile
calls out tomas
as another user mentioned, which just keeps things up to date that brew can't handle.An 'up-and-coming' package manager is NixOS, but I haven't used it. Looks too difficult. On Windows, I've used Chocolatey with Boxstarter. I also use babun, which is a cygwin replacement. Then updating things is as easy as
pact update
.Linux of course is easy.
apt-get
,yum
, etc. all handle package-management fine. -
Comment on Lets get rid of the apostrophe in ~humanities.languages
snowe Best part of the article is the end 😂Best part of the article is the end
A version of this article containing no apostrophes is available upon request.
😂
-
Comment on How the Dreamcast's copy protection was defeated in ~comp
snowe Good article. Good format. Short and super easy to read.Good article. Good format. Short and super easy to read.
Finishing up building my crkbd keyboard. Messed up making my custom cable though, but thankfully it was just a trial run.