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