Skip to main content
My Laptop Setup

My Laptop Setup

·1619 words·8 mins·
workflow hardware configuration linux
Table of Contents
Please visit My Workplace 2021 for an updated version!

Hardware
#

Laptop
#

I am running a Lenovo X1 Carbon 6th Generation1 with following specs:

  • Intel Core i7-8550U processor (8 MB Cache, up to 4,00 GHz)
  • Intel UHD-Grafik 620
  • 16 GB LPDDR3 2.133 MHz (soldered)
  • 1 TB SSD, M.2 2280, PCIe, NVMe, OPAL 2.0-enabled
  • 35,6 cm (14") WQHD (2.560 x 1.440), IPS, anti-glare, 300 cd/m²
  • Intel Dualband-Wireless-AC 8265 (2x2) WLAN
  • Fibocom Cat9 L850-GL 4G LTE
Lenovo x1 Carbon 6th Gen

Why Lenovo
#

My first Lenovo Laptop was the superior x220 and I was totally impressed by its lightweight form factor and its performance. My father is still running it today (as of July 2020)! I was so impressed that I even upgraded just after one year to the successor x230 that was my main working machine until May 2019!

At this point I was totally committed to run Lenovo laptops for two main reasons:

  1. Lenovo’s trackpoint. I am almost as fast as with a real mouse by using the trackpoint despite my workflow being heavily keyboard centric.
  2. Lenovo’s keyboards are top notch! The classical ones even more than the newer chiclet ones but still top notch! I even replaced my keyboard of the x230 with an old one :)

Of course there are more reasons like excellent performance, build quality, and the classical look.

Peripherals and Gadgets
#

Besides my X1 I use an ErgoDZ EZ or Lioncast LK 30 keyboard, a Logitech MX Anywhere 2S when I am on the go or an ergonomic Logtiech MX Vertical at the office, and finally a Panasonic Bluetooth RP-HD605NE-K9. For more ports I use the Inateck USB C Hub USB C port replicator. For taking notes and reading books I can recommend the ONYX BOOX Nova E-ink device.

Operating System
#

I am running the i3wm flavor of Manjaro Arch Linux.

In my opinion Manjaro is the best desktop operating system as it provides a good balance between the bleeding edge of pure Arch and the stability of non rolling release distributions like Ubuntu.

Furthermore, Pacman and the AUR provide basically packages for every software you can imagine.

Last but not least, the Arch community does a superior job in creating documentation and helpful articles. In my opinion it is the biggest knowledge base of a distribution that is often also applicable for other distributions.

Desktop Environmnent
#

Currently, I am not running a Desktop Environment (DE) like KDE, Gnome, XFCE, etc. As mentioned earlier I am running a Window Manager (WM) named i3wm. A window manager is usually part of a DE and is responsible for the management of windows within a graphical user interface.

Impressions of my setup:

My wallpaper of choice
Some terminals
Running gtop

Applications
#

Please have a look at CLI-Applications and GUI-Applications for additional applications I use and recommend.

PIM setup
#

PIM manages my contacts, calendar and mails. Currently, my tasks are tracked just in a simple markdown file.

The goal here is to keep my data local and in plain text files to be able utilize powerful text operations. Therefore, there are tow components necessary: One to sync all data to servers so that my mobile is up to data as well and one to display the data.

For synchronizing form servers to my disk and vice versa I use the following two tools: isync and vdirsyncer. Both tools speak common protocols like CaldDAV (calendar, CardDAV (contacts) respectively IMAP (mail).

For displaying and interacting I use khal (calendar), khard (contacts), and mutt (mail)

Coding
#

My main editor/IDE is a heavily customized Neovim a fork of the infamous Vim. From time to time I also use the Insiders build of Visual Studio Code for instance for debugging. At this time VSC is the best graphical editor/IDE available. Somehow my backup text editor is Sublime Text. Sublime Text shines with speed and simplicity though it also can be extended with plenty of plugins.

You can find my NeoVim config at Github

Utilities
#

My workflow is mainly terminal based. Except browsing the web I spend most of the time in front of a black window :) To enhance my experience I use some awesome tools.

Let’s begin with the shell itself. I am using zsh with Fish-like autosuggestions for zsh, zsh-syntax-highlighting, and zsh-completions. Additionally, I created some dozens of aliases in order to fast execute commands or remap old commands to the new executables. Another important feature of each shell should be a sane history configuration meaning an unlimited history file, shared history between sessions and immediately appending items to the history.

Compulsory neofetch output

As terminal I use termite which is very fast, minimalistic and keyboard-driven or alacritty a super fast cross platform terminal.

In order to move around and find things fast in my terminal there I use a couple of commandline tools. The most important tools are fzf and fasd. fzf allows you to quickly fuzzy find files and folders and search your history. Due to the ability to stdin to fzf the customizations are nearly endless.

Here you can see fzf find invoked by Ctrl+t. Notice also the preview window on the right side. By hitting Ctrl+o I can open the selected file in my editor or by just entering the path to the file is entered at the cursor in my terminal. As I said the possibilities are endless and you should really give it a try. There is also a Vim integration.

fasd allows you to quickly jump to folders by indexing and weighting your visited folders. With fasd you don’t need to enter the full path of a folder as it also works with fuzzy matching. It is often enough to just enter the folders basename ignoring the full path and fasd will do the rest

find, grep, ps, cat, and ls are well known tools as Linux user. They are pre installed on each major distribution and are for sure the first tools one would to learn. But there are some alternatives which provide good defaults, are faster, easier to use, looking better, and trying to achieve compatibility to the original programs’ arguments and flags.

originalalternative
findfd
grepripgrep
psprocs
catbat
lsexa or lsd
htopgtop
Nevertheless, I strongly recommend to learn the original tools as you cannot assume to find those replacements on each system!

Dotfiles
#

Here you can find some of my dotfiles.

Workflow Philosophy
#

I am a keyboard fan. For the things I do the keyboard is the primary input method as most of the time I handle with some form of textual data. Actually, my main reason for switching to a Linux OS back in 2009 was to be able to operate my Laptop with my keyboard only because I always forgot my mouse. After some years of fear of Vim, caused by not being able to quit it, I decided to give it a deeper try not aware of the impact of my style of work!

Since that my usage of Vim improved a lot and I discovered and still discover new features every day. Furthermore, Vim’s modal editing approach inspired me to only use applications that support Vim-like key bindings. In my opinion the productivity highly increases when not just using keyboard shortcuts but also barely leave the Home Row. Vim-like key bindings strongly support not this pattern on regular keyboard layouts[1], I decided to give it a deeper try. My skills in using Vim improved a lot and I discovered and still discover new features every day. Furthermore, Vim’s modal editing approach inspired me to only use applications that support Vim-like key bindings. In my opinion the productivity highly increases when not just using keyboard shortcuts but also barely leave the Home Row. Vim-like key bindings strongly support not this pattern on regular keyboard layouts2 like qwert[z|y].

Here is a not comprehensive list of applications that support Vim-like key bindings:

Another aspect which is quite controversy is my preference when it comes to multi monitor operation. I don’t have one! In my opinion I can work best by only focusing on one screen with one maximized window and optionally panes like Vim’s split view. I find it way to distracting working with two or more monitors to properly identify which window is active, where my mouse is and always turning my head in the right direction. In order to be productive with just one screen I have some rules that are anchored in my subconsciousness:

  1. Use virtual desktops and strictly order them e.g. on my first desktop is always my web browser
  2. Use shortcuts to efficiently switch between desktops
  3. Use shortcuts or a tiling window manager to be able to easily tile two windows on one desktop if necessary
  4. Use a launcher application to start applications fast
  5. Use less bloated applications to reduce GUI elements and focus on content
  6. Use a drop down Terminal like Yakuake for quick terminal tasks without modifying your current desktop
  7. Let the WM handle the window management ;)

  1. I am not sponsored by any company in this article ↩︎

  2. I cannot speak for dvorak, neo, and other special layouts ↩︎