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