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) |
---|---|
64 | Arsenal* (46) Liverpool* (39) |
63 | Man City* (35) |
62 | |
61 | |
60 | |
59 | |
58 | |
57 | |
56 | Aston Villa (18) |
55 | |
54 | |
53 | Tottenham* (17) |
52 | |
51 | |
50 | |
49 | |
48 | |
47 | Man Utd* (0) |
46 | |
45 | |
44 | West Ham (-4) |
43 | |
42 | Brighton* (6) |
41 | Wolves* (-2) |
40 | Newcastle* (11) |
39 | Chelsea** (2) |
38 | Fulham (-1) |
37 | |
36 | |
35 | Bournemouth* (-11) |
34 | |
33 | |
32 | |
31 | |
30 | |
29 | Crystal Palace* (-15) |
28 | |
27 | |
26 | Brentford (-13) |
25 | Everton* (-10) |
24 | |
23 | |
22 | Luton (-18) |
21 | Nottm Forest (-16) |
20 | |
19 | |
18 | |
17 | Burnley (-34) |
16 | |
15 | |
14 | Sheff Utd* (-50) |
* 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. :)