As a software engineer and perfectionist, I have my machines set up in a very specific way, so I can do my job properly and have everything just the way I like it. Thanks to my dotfiles, I have everything syncing up between machines, meaning the tools I use are configured correctly, the same, everywhere.

#OS

My current distro of choice is Arch, specifically Antergos. My main reason for choosing arch is the AUR. Almost every package I can think of is packaged there, often by the community. It’s great to be able to install things through one method and have everything update in a single command. Antergos is also far easier to install than raw arch, and has little to no bloat that comes with it.

#Desktop

My current desktop of choice is i3. After spending a lot of time using Gnome, and always having windows either full screen or split, I tried out i3 in an attempt to use fewer resources, and it’s amazing. Admittedly i3 doesn’t look quite as nice, but it’s far cleaner, and structured, and that’s enough for me!

Editing this post

#Editors

#Code

My primary editor is IntelliJ. PyCharm would be a better fit, as I spend much of my time writing Python, but as I have a strong dislike of Jetbrains’ approach of having an editor per language, IntelliJ has the best support for all languages, in one editor. As an IDE, it has more features than I could ever need, and is more than fast enough for editing the large projects I work on. I have a fairly large number of plugins installed, and even more of the default ones disabled.

#Markdown

Caret is absolutely awesome! The fact it’s not open source does hurt a little. Compared to ghostwriter, which is both free and open source, it’s got some far nicer features such as a command palette and true live reload. Version 4 is coming soon, hopefully this brings yet more features, but I fear asking for it to be open-sourced is going too far!

#Quick file edits

If I’m just editing a file quickly, whether it be config from the terminal, or a quick script, I really like Vim for this. It’s insanely fast and lightweight. I have a custom vimrc installed to change it to support more features than stock.

#Shell

Whilst I use ZSH, I’m not a fan of the super fancy themes for it, which display your current git branch, node version, time, all that jazz. My terminal is a take on the default colourized Debian terminal, with a lambda symbol who’s colour changes depending on the return code of the previous command.

My shell prompt

I do have a fair number of plugins and aliases, thanks to both oh my ZSH and my custom config.

#Terminal Emulator

Terminator is a really fast, simple terminal emulator, with features like pane splitting, resizing, and many colour customizations. I do plan to move over to Alacritty just as soon as it gets scrollback support, because it renders things a lot nicer, and uses far fewer resources. I’m also very partial to things written in rust!

#Browser

I’ve been a Firefox user for as long as I can remember, and I’ve got no reason to stop now. In the recent Quantum update, it’s only got faster! I’ve seen some very promising things from Vivaldi, but it’s missing some key features, and is a little too buggy for me to use full-time.

#For development

I currently switch between Firefox and Chromium right now for development. Chromium’s dev tools are quite a bit nicer than Firefox’s, and I’ve had issues with some projects causing Firefox to spike my CPU and cause my system to crash.

#Password manager

I’ve switched around password managers a lot, but I’m currently settled on KeePassXC, a community fork of KeePassX, which is a cross-platform fork of KeePass. When it comes to cross-platform password managers, there’s very little out there that’s also open-source. I can access password on both my linux machines, and my phone, and my windows OS when I occasionally have to use it. The browser integration is also pretty nice too!

#Email

My personal email provider of choice is Mailfence, for now. I’ve experimented a lot with both FastMail and Proton Mail in the past. ProtonMail is great for security and privacy, but is lacking far too heavily in features. FastMail is the inverse, it’s interface and feature-set are amazing, but their privacy / security policies aren’t good enough for me.

Mailfence supports all the standard features a mail client should, and has a nice set of security features.

#Email client

For an email client, I use Thunderbird. For linux, there’s nothing quite like it out there! Nylas looked promising, but the fact it stored all data in the cloud (no longer an issue), and was far too bulky for a simple email client. Nylas mail is no longer supported, but I keep a good eye on nylas-mail-lives, a community fork to keep it alive.

Thunderbird with a few additional extensions is amazingly powerful. My personal favourite being Markdown Here, which converts markdown to email HTML ready for sending.

Share this page

Similar content

View all →

My Stack - 2018 Edition

2018-12-31
4 minutes

Last year, I wrote My stack 2017, and now it’s time for a follow-up. A year is a long time, and my day-to-day stack has changed quite a bit since then.OS I’m still an Antergos user, and have no sign of changing. I’ve had a few instabilities, but the AUR…

2023

State of the Apps 2023

It's that time of year again, time to steal some of Cortex's search rankings to talk about my own "State of the Apps" - the applications and setups I use to make my life what it is. Since my last post, and in fact in just the last few weeks,…

2022

State of the Apps 2022

2022-01-01
15 minutes

It’s a new year, so it’s time to reflect back on the tools I used last year, how they’ll change this year, and how they might change in future. It’s still an idea I’ve completely stolen from CGP Grey / Cortex, but I think it’s useful, fun and interesting. I’m…