i personally think Boxen is the easiest way to setup a brand new machine. it can also easily be distributed and updated the only downside is that it requires Xcode + command line tools. https://boxen.github.com/
Hacker's Guide to Setting Up Your Mac
101–110 of 267 posts
Re: Hacker's Guide to Setting Up Your Mac
#102Anybody have any suggestions on how to do this on a Windows PC? I like Ninite[1] a lot but I would prefer something more customizable. [1]: https://ninite.com/
https://github.com/berdario/dotfiles/blob/master/deploy.py
On windows I'm forced to do some nasty tricks (i.e.: reloading the script with admin user, and if any exception happens I output the stacktrace on a tkinter textarea, since the terminal is not available anymore)
(to actually install software, I use chocolatey, but it's really hit and miss...)
Re: Hacker's Guide to Setting Up Your Mac
#103> allowing you to setup a new Mac in a matter of hours, not days Wow, it takes days for people to set up their Macs? I would be interested in something that would make this take minutes, not hours. It's already pretty easy to setup a Mac for development in a few hours.
* It takes hours to download Xcode
* It takes hours to download OSX Updates
* Setting up Homebrew, Zsh, Vim, Browsers, GitHub, Dropbox, Mail, Rbenv, Rubies, Cloning work repos
* Getting those other smaller things you were tinkering with, Z, Go
Everyones dev setup is different. So I'd agree it takes days to get set up.
Re: Hacker's Guide to Setting Up Your Mac
#104Earlier quoted context omitted.
So the opaque pre-compiled blob that installs other pre-compiled blobs is somehow better than a collection of scripts that lets you build from source? I don't think so... As an update is something that is done occasionally and in the background "slow" is not exactly a reason to change.
actually the "src" in pkgsrc means that you have the choice of using binary packages (pkg) or building from source. The best of both worlds! Give it a try, you might like it (because it rocks!)
Re: Hacker's Guide to Setting Up Your Mac
#105This "cool hacker settings for your Mac" script turns off your laptop's power saving features (sleep, display dimming, hibernation even though sleep was off(?)), removes at least three kinds of backups for data loss (MobileTimeMachine, Resume, hibernation file), and changes AppKit settings in a way your customers will never be using (by turning off Automatic Termination, which is pretty harmless). Please don't run sc…
Just like PC's, Macs have entered the world of, what I call, "car guys." Car guys are always fiddling with things for a tiny performance or perceived security boosts without really thinking things through. In the Windows world you'll hear them tell you how you must disable the UAC, must install registry 'cleaners', must use $av_vendor_x because $av_vendor_y sucks, fiddle with some obscure registry change, use drivers…
Re: Hacker's Guide to Setting Up Your Mac
#106I do not wants to flame, but is there a reason people dislike Macports so much. I tried Homebrew when it was 1-2 years old, but stuck with ports bc it was so stable, compiles from source, and I never heard a serious problem. I heard the opposite complaint on the net, but almost all Macports hate was from many years before. I am the only one who chose not to rely on Homebrew!?
I am absolutely no kind of programmer but I prefer to compile from source on my own, when I can. For example, the first thing I did yesterday after clean installing Yosemite Beta 4 was to compile Scrypt.
Re: Hacker's Guide to Setting Up Your Mac
#107Do any of you use Dock replacements? I'm faster with the Windows-style taskbar and uBar ( http://brawersoftware.com/products/ubar ) was the sponsor of the last episode of John Gruber's podcast.
For launching I use a tool like Quicksilver or Alfred of Spotlight.
This way I get more screen realestate, I see no point staring at a dock icons all the time.
My dock resembles Command-Tab.
Re: Hacker's Guide to Setting Up Your Mac
#108 cd
git clone https://github.com/magnars/.emacs.d.gitRe: Hacker's Guide to Setting Up Your Mac
#109Do any of you use Dock replacements? I'm faster with the Windows-style taskbar and uBar ( http://brawersoftware.com/products/ubar ) was the sponsor of the last episode of John Gruber's podcast.
Re: Hacker's Guide to Setting Up Your Mac
#110Do any of you use Dock replacements? I'm faster with the Windows-style taskbar and uBar ( http://brawersoftware.com/products/ubar ) was the sponsor of the last episode of John Gruber's podcast.
On one hand, I feel so much more aware of what's currently running on my computer, but on the other hand, I feel a bit like the kid I mocked in the 2000s who would move his Windows task bar to the top of his screen because he missed using his Mac.