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) |
---|---|
50 | Liverpool* (30) |
49 | |
48 | |
47 | |
46 | |
45 | |
44 | Arsenal (22) Nottingham Forest (11) |
43 | |
42 | |
41 | |
40 | Chelsea (17) |
39 | |
38 | Manchester City (15) Newcastle United (12) |
37 | AFC Bournemouth (10) |
36 | Aston Villa (-1) |
35 | |
34 | Brighton & Hove Albion (5) |
33 | Fulham (4) |
32 | |
31 | |
30 | |
29 | |
28 | Brentford (1) |
27 | Crystal Palace (-3) |
26 | Manchester United (-5) West Ham United (-16) |
25 | |
24 | Tottenham Hotspur (10) |
23 | |
22 | |
21 | |
20 | Everton* (-10) |
19 | |
18 | |
17 | |
16 | Wolverhampton Wanderers (-19) Ipswich Town (-23) |
15 | |
14 | Leicester City (-25) |
13 | |
12 | |
11 | |
10 | |
9 | |
8 | |
7 | |
6 | Southampton (-35) |
* 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. :)