Tag: cli

Useful Oh-My-Zsh plugins

May 3rd, 2015

Oh-My-Zsh describes itself as a 'community driven framework for managing your zsh configuration' and comes with lots of zsh plugins (189 currently) but none are enabled by default. Some zsh plugins are tailored for your specific operating system whilst others are aimed at helping improve developers workflow. Wether you're using Ruby, Python, PHP or Javascript as your main language or you're a systems administrator, there will be a plugin to help. Here are the zsh plugins I'm currently using.

How to use a different SSH port with rsync

April 18th, 2017

I'm forever forgetting how to use a different ssh port with rsync, so here's how to do it.

Git Ignore File Mode

Git Ignore File Mode

August 25th, 2022

Here's how to tell git to ignore file mode changes.