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) |
|---|---|
| 61 | Arsenal* (35) |
| 60 | |
| 59 | |
| 58 | |
| 57 | |
| 56 | Manchester City** (31) |
| 55 | |
| 54 | |
| 53 | |
| 52 | |
| 51 | Aston Villa* (8) |
| 50 | |
| 49 | |
| 48 | Manchester United** (11) |
| 47 | |
| 46 | |
| 45 | Chelsea** (17) Liverpool** (7) |
| 44 | |
| 43 | |
| 42 | |
| 41 | |
| 40 | Brentford** (3) |
| 39 | |
| 38 | AFC Bournemouth** (-2) |
| 37 | Everton** (-2) Fulham** (-3) |
| 36 | Newcastle United** (-1) Sunderland** (-5) |
| 35 | Crystal Palace** (-3) |
| 34 | Brighton & Hove Albion** (2) |
| 33 | |
| 32 | |
| 31 | Leeds United** (-9) |
| 30 | |
| 29 | Tottenham Hotspur** (-4) |
| 28 | |
| 27 | Nottingham Forest** (-14) |
| 26 | |
| 25 | West Ham United** (-17) |
| 24 | |
| 23 | |
| 22 | |
| 21 | |
| 20 | |
| 19 | Burnley** (-23) |
| 18 | |
| 17 | |
| 16 | |
| 15 | |
| 14 | |
| 13 | Wolverhampton Wanderers (-31) |
* Each asterisk is a match in hand.
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