Current Status:

I’ve had the Flu and haven’t been doing much lately, hopefully as I recover I can start to get back into the flow of things though!

- 2025-09-019

Current Visitors: Unknown

Total Visitors: Unknown

Command Line Tools

I often use the linux command line, it’s a great tool for quickly messing around with files, and there’s a lot of really handy tools that just have command line interfaces, because of how easy it is to make command line interfaces.

Futzing around with the terminal also gives you opportunities to develop opinions on how you like it to look, and find ways to make it look neat.

This document is mostly just for my own reference in case I forget things and want to reference back on stuff, but I enjoy looking at how other people do things because it lets me see if I like anything and consider taking inspiration, so you’re welcome to see how I like to do things!

My current terminal setup

(I’m currently getting really into some new colours so I hope to very clumsily make my own more colourful color scheme in the future).

The setup that I’ve used for the last few years starts with the Nord colour scheme. It’s a lovely mix of dark blues with some lighter colours that I really enjoy. I like mixing it with the Source Code Pro/SauceCodePro font as remixed by Nerd Font, which lets it work nicely with my next tool.

Powerlevel 10K is a fun theme for the zsh shell that I love to use because it’s really customizable, and lets me get these really sexy multi-coloured bars that hang around for just one command, with fun little icons and different angles that you can choose from.

A picture of my terminal, showing the output of hyfetch, with the p10k theme and nord colour scheme.

The ZSH shell is an adjusted shell that still maintains backwards-compatability with the bash shell, which adds on additional features and functionality. In practice the main thing that people use it for is to be able to access fun features like plugins! I personally like to use the antigen plugin manager, because it’s the easiest to use and install that I’ve been able to find, paired with zsh-autosuggestions and zsh-syntax-highlighting, which both give really nice additions that make it much easier and faster to use my terminal, by adding suggestions based on commands I’ve typed in the past, and highlighting my commands in different colours to make them look nicer, and be easier to read as the different parts are highlighted in different colours.

I don’t use the command line for programming, although from what I hear if you enjoy that style, neovim is apparently really customisable. I’ll try to do a separate page on that down the line.

Useful Command Line Tools

There’s several useful tools that I am constantly using.

Fun Command Line Tools

I couldn’t easily find a list of fun command line programs, so here’s my list of fun tools: