Setting up Claude Code

Claude Code is Anthropic’s CLI-based AI coding assistant. I’ve been using it daily since 2026. It runs in the terminal, reads your files, runs commands, and edits code directly. Think of it as a colleague that lives in your shell. This page covers installing, configuring, and migrating Claude Code on Windows. Installation Claude Code has …

Setting up a new development computer

Had to reinstall my development environment. These are the applications I initially installed.. * means that I got a personal license or subscription for the application GENERAL WINRAR This is my favourite compression tool. I like the Orbital 48×48 theme since I think it gives a more subdued impression. For this application, I have a …

Setting up Windows Terminal for Git

These are the steps to take to set up my terminal the way I like it for Git usage.. GETTING THE THINGS INSTALLED WINGET – WINDOWS PACKAGE MANAGER Get or update to the latest App Installer from Microsoft Store. This will include the winget client. POWERSHELL Get the .NET Core-powered cross-platform PowerShell from Microsoft Store. …