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