Skip to main content

Posts

Showing posts from March, 2014

Managing dot-files with vcsh and myrepos

Say I want to get my dot-files out on a new computer. Here's what I do: # install vcsh & myrepos via apt/brew/etc vcsh clone https://github.com/tfnico/config-mr.git mr mr update Done! All dot-files are ready to use and in place. No deploy command, no linking up symlinks to the files . No checking/out in my entire home directory as a Git repository. Yet, all my dot-files are neatly kept in fine-grained repositories, and any changes I make are immediately ready to be committed: config-atom.git     -> ~/.atom/* config-mr.git     -> ~/.mrconfig     -> ~/.config/mr/* config-tmuxinator.git       -> ~/.tmuxinator/* config-vim.git     -> ~/.vimrc     -> ~/.vim/* config-bin.git        -> ~/bin/* config-git.git               -> ~/.gitconfig config-tmux.git       -> ~/.tmux.conf     config-zsh.git     -> ~/.zshrc How can this be? The key here is to use vcsh to keep track of your dot-files, and its partner myrepos/mr for o

Automating Computer Setup with Boxen

I just finished setting up a new laptop at work, and in doing so I revamped my personal computer automation quite a bit. I set up Boxen for installing software, and I improved my handling of dot-files using vcsh , which I'll cover in the next blog-post after this one. Since it's a Mac, it doesn't come with any reasonable package manager built in. A lot of people get along with a combination of homebrew  or MacPorts  plus manual installs, but this time I took it a step further and decided to install all the "desktop" tools like VLC and Spotify using GitHub's Boxen :   include vlc   include cyberduck   include pgadmin3   include spotify   include jumpcut   include googledrive   include virtualbox If the above excerpt looks like Puppet to you, it's because it is. The nice thing about this is that I can apply the same puppet scripts on my Ubuntu machines as well. Boxen is Mac-specific, Puppet is not. It was a little weird to get started with

Calling All Programmer Podcasts

One of the reasons why I started podcasting , is that I listen to a lot of podcasts . It took me a long while to build up my podcatching portfolio. For half a year, I listened to mostly gaming podcasts because the only programmer podcasts I knew about was Hanselminutes and Java Posse . I simply didn't know what programmer podcasts were out there . Podcast discovery is about as well established as it was 10 years ago, meaning iTunes . Of course you can blindly google for "<topic> podcast", or you might start off with some recommendations from friends, but there still is no established way of discovering more podcasts of the kind you'd like (1). Another problem is that I see very little cross-pollination between the programmer podcasts. Even though they intersect just the right amount, I never heard  JavaScript Jabber mentioned on TheChangelog , for example (2). To help remedy this I've thrown together all the currently active, English-speaking pr