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) |
---|---|
6 | Arsenal (6) Tottenham Hotspur (5) Liverpool (3) |
5 | |
4 | Chelsea (4) Nottingham Forest (2) |
3 | Manchester City (2) Sunderland (1) Everton (1) AFC Bournemouth (-1) Brentford (-1) Burnley (-1) Leeds United (-4) |
2 | Fulham (0) Crystal Palace (0) |
1 | Newcastle United (-1) Manchester United (-1) Aston Villa (-1) Brighton & Hove Albion (-2) |
0 | Wolverhampton Wanderers (-5) West Ham United (-7) |
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. :)