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) |
|---|---|
| 22 | Arsenal (13) |
| 21 | |
| 20 | |
| 19 | |
| 18 | AFC Bournemouth (5) |
| 17 | Tottenham Hotspur (10) Sunderland (4) |
| 16 | Manchester City (10) Manchester United (1) |
| 15 | Liverpool (2) Aston Villa (1) |
| 14 | Chelsea (6) |
| 13 | Crystal Palace (3) Brentford (0) |
| 12 | Newcastle United (1) Brighton & Hove Albion (-1) |
| 11 | Everton (-3) Leeds United (-5) |
| 10 | Burnley (-5) |
| 9 | |
| 8 | Fulham (-5) |
| 7 | |
| 6 | |
| 5 | Nottingham Forest (-12) |
| 4 | West Ham United (-13) |
| 3 | |
| 2 | Wolverhampton Wanderers (-12) |
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