My computer setup

Here’s a HyperList of my current computer setup – for reference in case someone is looking for inspiration:

PC = Samsung NP900X4C

OS = Ubuntu Linux (16.04) (http://www.ubuntu.com/)

Shell = zsh (http://www.zsh.org/)

Terminal = urxvt (http://software.schmorp.de/pkg/rxvt-unicode.html)

Text editor = VIM (http://www.vim.org/)

Document production = LaTeX (https://www.latex-project.org/)

Programming Languages

Mail User Agent = mutt (http://www.mutt.org/)

  • Mail filtering = mail_fetch (from GMail accounts)

SMTP client = msmtp (http://msmtp.sourceforge.net/)

Instant communication = Weechat (https://weechat.org/)

HP-41 link = pc41 (https://github.com/isene/pc41)

Newsreader (RSS) = Newsbeuter (http://newsbeuter.org/)

Window Manager = i3 (http://www.i3wm.org/)

Information display = Conky (https://github.com/brndnmtthws/conky)

Browser = Qutebrowser (https://github.com/The-Compiler/qutebrowser)

Office suite = LibreOffice (https://www.libreoffice.org/)

Presentation viewer = Impressive (http://impressive.sourceforge.net/)

 

conky-screenshot

And when I thought I couldn’t get closer to Nerdvana

… doors started to open.

I have written about my technical setup before. But now, ladies and gentlemen, it is getting HOT. Like hard core porn hot.

The setup goes like this: Linux (Ubuntu 14.04) as the operating system (easy package management – it does the job well). No kludgey memory-hogging desktop environment, just a damn good Window Manager straight – the i3. Lean, mean, keyboard driven and very efficient. Check out my config here.

The i3 window manager in action

The i3 window manager in action

Adding a conky bar with essential info at the top of the screen. And the perfect e-mail setup for good measure.

The e-mail client, mutt

The e-mail client, mutt

I am a vi-guy to the core, and I prefer to use console tools as much as I can (urxvt is the terminal with zsh as the shell). With key bindings for everything and with minimal use of the mouse, I get the speed and efficiency I want.

I use VIM for almost all my text editing – from writing books and articles (with the added benefit of LaTeX) to writing hyperlists, all my e-mails… and this very blog post. I swear by mutt as the e-mail client. It spawns vim as the editor. Essential vim plugins are netdict, visincr and gundo.

Newsbeuter - the rss reader

Newsbeuter – the rss reader

I use newsbeuter for newsfeeds, irssi as the Internet Relay Chat client and mcabber for my facebook chat 🙂 Zathura is the pdf reader of choice.

Using irssi to chat

Using irssi to chat

Just the other day, as I was struggling with a bug in the latest release of the trust old vifm console file manager, I came across an alternative – ranger. An ultra-neat file manager capable of all sorts of acrobatics – like displaying images right in the console (via w3m)! Wanna dig in? My config file should get you grooved in.

The amazing ranger - file manager on steroids

The amazing ranger – file manager on steroids

Then it’s the browser. I have been very happy with uzbl – until the latest git updates. Stability issues started creeping in and I was forced to look for alternatives. I have tried plenty – and I gave luakit another go. The config files are written directly in the programming language of lua. A bit of steep curve for simple configuration tasks but as you get used to lua, it offers amazing extensibility to the browser. As I started to fell in love with luakit, another vi-like browser popped up on the radar – dwb. How could I have missed this gem in all my trails and tribulations trying to find the perfect keyboard driven browser? OMG what a browser! Don’t leave home without it. With such an easy configuration, you’ll be up and running and turning into a fan in no time.

Dwb - über-cool browser

Dwb – über-cool browser

I have spent 14 years choosing my tools, fine tuning their operations and polishing every detail. I owe much work efficiency to this passion.

When I thought I couldn’t get closer to Nerdvana, I stumbled right into its core. Sadly, I now have few ideas left of how to improve my tools set :-/

dwb

UZBL: Hardcore Browser

I finally managed to migrate away from Firefox!

After having tried all the major browsers like Chrome, Konqueror, Opera, and dozens of minor browsers like Midori, Epiphany, Vimprobable(2), Jumanji, Luakit, etc… I found it!

Meet the hard core browser that gives you the ultimate control of your surfin’ experience: UZBL

As Firefox and the other Big browsers got bigger and bigger and steadily requiring more resources and becoming more sluggish, my desire to move away from Firefox increased. Until I decided to make a real effort and a final jump. Although I have tested many browsers over the years, I have only been dead serious about a migration in the past two weeks. Having been accustomed to many neat Firefox plugins, it seemed like a tough challenge to find a browser that could match at least my basic requirements:

  1. It must be fast
  2. VIM-like key bindings. I want my browser to be modal and act like my favorite text editor.
  3. Fully customizable key bindings
  4. Easily configurable and extensible, putting me in the driver’s seat
  5. Ability to edit text fields with VIM – like I do now, writing this blog post
  6. Tab-based
  7. Password manager
  8. Form filler
  9. Ad blocker

…and with UZBL I get this. And much more. It is dead easy to extend and customize almost every aspect of the browser in the config file or via scripts. And I can write scripts in any language and set uzbl to launch a script via a key binding. I can write scripts in Shell, Ruby or even Raven 🙂

Bliss.

Click for full-size image

Click for full-size image

My system is now finally lean & mean with Ubuntu Linux as the OS, i3 as the Window Manager (no Gnome or KDE), Conky as a notifier, Mutt as my mail client, Newsbeuter as RSS reader, VIM for any and all text editing, LaTeX for writing books and articles, ZSH in urxvt, and now UZBL for surfing the Internetz. My perfect setup.

I had to tweak and squeeze the browser to make it behave just like I want it to – small stuff such as hitting “ogs” and then some search words to make the browser open up Google with the search results, or hit “tbi” to open up my blog in a new tab. And more involved stuff like restoring a closed tab by simply hitting “u”.

Firstly, I run “uzbl-tabbed” with this config and this follow-links-style. I changed the undo-tab scripts to this and this (so as to make it run on the latest uzbl version). If you want to try this browser, make sure to check out my config file – it includes some nifty stuff.

Enjoy (as long as you run Linux/*BSD/Unix/Mac OSX)