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) |
|---|---|
| 85 | Arsenal (44) |
| 84 | |
| 83 | |
| 82 | |
| 81 | |
| 80 | |
| 79 | |
| 78 | Manchester City (42) |
| 77 | |
| 76 | |
| 75 | |
| 74 | |
| 73 | |
| 72 | |
| 71 | Manchester United (19) |
| 70 | |
| 69 | |
| 68 | |
| 67 | |
| 66 | |
| 65 | Aston Villa (7) |
| 64 | |
| 63 | |
| 62 | |
| 61 | |
| 60 | Liverpool (10) |
| 59 | |
| 58 | |
| 57 | AFC Bournemouth (4) |
| 56 | |
| 55 | |
| 54 | Sunderland (-6) |
| 53 | Brighton & Hove Albion (6) Brentford (3) |
| 52 | Chelsea (6) Fulham (-4) |
| 51 | |
| 50 | |
| 49 | Newcastle United (-2) Everton (-3) |
| 48 | |
| 47 | Leeds United (-7) |
| 46 | |
| 45 | Crystal Palace (-10) |
| 44 | Nottingham Forest (-3) |
| 43 | |
| 42 | |
| 41 | Tottenham Hotspur (-9) |
| 40 | |
| 39 | West Ham United (-19) |
| 38 | |
| 37 | |
| 36 | |
| 35 | |
| 34 | |
| 33 | |
| 32 | |
| 31 | |
| 30 | |
| 29 | |
| 28 | |
| 27 | |
| 26 | |
| 25 | |
| 24 | |
| 23 | |
| 22 | Burnley (-37) |
| 21 | |
| 20 | Wolverhampton Wanderers (-41) |
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