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) |
|---|---|
| 70 | Arsenal (37) |
| 69 | |
| 68 | |
| 67 | Manchester City* (36) |
| 66 | |
| 65 | |
| 64 | |
| 63 | |
| 62 | |
| 61 | |
| 60 | |
| 59 | |
| 58 | Manchester United (13) Aston Villa (6) |
| 57 | |
| 56 | |
| 55 | Liverpool (11) |
| 54 | |
| 53 | |
| 52 | |
| 51 | |
| 50 | |
| 49 | |
| 48 | Chelsea (11) Brentford (4) AFC Bournemouth (0) |
| 47 | Brighton & Hove Albion (6) Everton (1) |
| 46 | Sunderland (-4) |
| 45 | Fulham (-3) |
| 44 | |
| 43 | |
| 42 | Crystal Palace** (-1) Newcastle United (-3) |
| 41 | |
| 40 | |
| 39 | Leeds United (-7) |
| 38 | |
| 37 | |
| 36 | Nottingham Forest (-9) |
| 35 | |
| 34 | |
| 33 | |
| 32 | West Ham United* (-17) |
| 31 | Tottenham Hotspur (-11) |
| 30 | |
| 29 | |
| 28 | |
| 27 | |
| 26 | |
| 25 | |
| 24 | |
| 23 | |
| 22 | |
| 21 | |
| 20 | Burnley (-33) |
| 19 | |
| 18 | |
| 17 | Wolverhampton Wanderers (-37) |
*† 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