Home: dotfiles, including .vim and plugins

Currently contains a nifty .zshrc, vimrc, and some plugins:
- zsh
- grml (not a plugin per se)
- zdharma/fast-syntax-highlighting
- zsh-users/zsh-autosuggestions
- vim
In addition, I wrote my own plugin for using Vim as a
MANPAGER: vim-manpager.
Setting up usually goes:
- Clone to a folder, say
~/home(recursively, so that the zsh plugin is pulled in) - Copy files from there:
cp ~/home/. ~/ -ar
Once done:
vim -c PlugUpdate
And optionally:
vim -c PlugUpgrade
The .vim used to be in a separate repo, then I merged it into home.
Some scripts
Some utility scripts I wrote can be found on my scripts repo. 
CV
A CV template in LaTeX (modified from one obtained online), then re-written in Markdown:

A Cann Table
| Pts | Clubs (GD) |
|---|---|
| 12 | Arsenal (7) Manchester City (6) |
| 11 | |
| 10 | |
| 9 | |
| 8 | Hull City (3) |
| 7 | Brighton & Hove Albion (8) Chelsea (1) |
| 6 | Brentford (3) Liverpool (2) Everton (2) Ipswich Town (-3) |
| 5 | Newcastle United* (2) Leeds United* (1) Nottingham Forest (0) |
| 4 | Manchester United (0) Sunderland (-2) |
| 3 | Bournemouth (-1) Crystal Palace (-5) |
| 2 | Tottenham Hotspur (-5) |
| 1 | Fulham (-3) Aston Villa (-6) |
| 0 | Coventry City (-10) |
*† Each asterisk is a match in hand, and each dagger is a match played extra.
I have followed the banding used by @7amkickoff. This table will be updated during the season. The data is scraped from BBC without any permission. Hopefully this will count as personal use. :)
Murukesh Mohanan