Home: dotfiles, including .vim
and plugins

Currently contains a nifty .zshrc
, vimrc
, and some plugins:
- zsh
- vim
In addition, I wrote my own plugin for using Vim as a
MANPAGER
: vim-manpager.
Old plugins:
- Pathogen: superseded
by
vim-plug
- vim-colorschemes: replaced
with just the
molokai
scheme - eregex.vim: didn’t use it enough
- ctrlp.vim: superseded by
ctrlp/ctrlp.vim
- LaTeX-Box: superseded by
vimtex
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
CV
A CV template in LaTeX (modified from one obtained online, original included):
A Cann Table
Pts | Clubs (GD) |
---|---|
24 | Tottenham (14) Liverpool (9) |
23 | |
22 | Chelsea (14) |
21 | Leicester (6) |
20 | |
19 | Man Utd (2) |
18 | Man City (6) |
17 | West Ham (4) Southampton (3) Everton (2) Wolves (-4) |
16 | Crystal Palace (1) |
15 | Aston Villa (7) |
14 | Newcastle (-3) Leeds (-4) |
13 | Arsenal (-4) |
12 | |
11 | |
10 | Brighton (-2) |
9 | |
8 | |
7 | Fulham (-10) |
6 | Burnley (-13) West Brom (-15) |
5 | |
4 | |
3 | |
2 | |
1 | Sheff Utd (-13) |
I have followed the banding used by @7amkickoff. This table was updated weekly via a cronjob. The data is scraped from the PL site without any permission. Hopefully this will count as personal use. :)