Coding

No Such Shell Function 'Zle Line Init' in Zsh

No Such Shell Function 'Zle Line Init' in Zsh

  • 2024-04-25
  • 3 minutes to read

Troubleshooting the error message "no such shell function 'zle line init'" in zsh when using OhMyPosh.

Read More
Getting Started With Python in Vscode

Getting Started With Python in Vscode

  • 2024-04-05
  • 2 minutes to read

This post will help you get started with Python in Vscode and identify some of the useful extensions to install.

Read More
Addressing line feed issues between Macos and Windows in Git

Addressing line feed issues between Macos and Windows in Git

  • 2024-03-29
  • 4 minutes to read

Fixing line endings issues in projects when developers are contributing from Mac and Windows machines.

Read More
How to run a powershell script as a Git hook

How to run a powershell script as a Git hook

  • 2024-03-09
  • 3 minutes to read

Ever wanted to run a powershell script as part of a Git Hook? Well you can! This post explains how you do it.

Read More
Why does my markdown header not appear

Why does my markdown header not appear

  • 2024-03-03
  • 3 minutes to read

Sometimes my markdown headers don't work and I have ignored it and fixed it manually for way too long. Why is this happening?

Read More
Get Computer Name Using Powershell

Get Computer Name Using Powershell

  • 2023-12-10
  • 1 minute to read

Getting the computer name using Powershell in a cross-platform way because I use a Mac and I like to be inclusive.

Read More
A short list of Useful Git Commands

A short list of Useful Git Commands

  • 2023-09-12
  • 3 minutes to read

Here is a collection of useful advanced git commands that I use from time to time. I always forget them so I thought I would write them down and share them.

Read More
Setting up ohmyposh on VSCode, Terminal & Tabby on macOS

Setting up ohmyposh on VSCode, Terminal & Tabby on macOS

  • 2023-08-06
  • 4 minutes to read

In this post I will explain how to configure ohmyposh on Mac in vscode, tabby and terminal for different shells.

Read More
Renaming the Default Branch in Git

Renaming the Default Branch in Git

  • 2023-07-04
  • 2 minutes to read

The post explains how to update the name of the default branch of an existing repository hosted on Github.

Read More
Git How to Create an Alias to Save Time

Git How to Create an Alias to Save Time

  • 2023-06-09
  • 3 minutes to read

How to use git aliases to call regularly used, or hard to remember commands. This approach will save having to store more things in your brain!

Read More
How to Set Up Twitter Developer API for BluebirdPS

How to Set Up Twitter Developer API for BluebirdPS

  • 2022-11-23
  • 3 minutes to read

How to configure access to the Twitter API in order to make use of Twitter automation for Powershell.

Read More
Gitignore not ignoring files as expected

Gitignore not ignoring files as expected

  • 2022-10-27
  • 3 minutes to read

Gitignore allows you to configure files you don't want to include in your commits, sometimes this doesn't function as expected, but why?

Read More
Executing a powershell script stored as a gist

Executing a powershell script stored as a gist

  • 2020-11-07
  • 2 minutes to read

Find out how to fire off a chocolatey build from Powershell using a remote gist allowing for easy automation.

Read More