No description
Find a file
2023-12-24 12:05:58 +00:00
.git-crypt Add 1 git-crypt collaborator 2020-03-25 10:19:27 +00:00
abook/.config/abook Adds abook config 2020-05-03 18:38:42 +01:00
alsa/.config/alsa Fixes alsa default config 2021-04-04 16:32:45 +01:00
bin Bin: analyse-headers: bugfix 2023-07-14 12:08:49 +01:00
bookmarks/.local/share/bookmarks Work on bookmarks 2021-02-13 20:01:41 +00:00
borg/.local/share/bin BORG: stop backing up git repos 2020-12-07 11:40:40 +00:00
davmail/.config Moves check emails systemd files 2022-02-20 14:36:10 +00:00
dunst/.config/dunst Makes dunst slightly more transparent 2020-03-11 13:03:26 +00:00
gf/.config/gf Adds gf files 2019-09-10 12:45:17 +01:00
git Git config changes 2020-09-19 11:14:20 +01:00
grc/.config/grc GRC: Nmap: allow hyphens in domains 2022-02-20 14:38:39 +00:00
imapfilter/.config/imapfilter Adds imapfilter to dotfiles 2020-05-03 18:28:28 +01:00
isync/.config/isync Updates mbsync config 2022-02-20 14:39:17 +00:00
LEGACY Moves ranger into legacy and deletes old web docker files 2020-04-24 11:33:18 +01:00
msmtp/.config/msmtp Updates sendgrid details 2020-07-29 17:36:12 +01:00
mutt Neomutt: adds better support for multipart emails 2022-05-27 20:53:10 +01:00
newsboat/.config Newsboat URLS 2022-10-28 20:23:15 +01:00
NOSTOW Firefox 89's top bar is 10px bigger than it was before 2021-04-22 10:12:15 +01:00
nvim/.config/nvim Starts moving nvim config to lua 2023-12-12 10:39:45 +00:00
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone 2021-02-04 22:35:44 +00:00
pacman/ROOT/etc/pacman.d/hooks Adds pacman hook to remove the grc default aliases file 2021-11-16 10:27:25 +00:00
pandoc/.pandoc Remove some old addresses 2022-10-13 17:15:29 +01:00
picom/.config/picom Adds picom 2020-01-31 14:58:37 +00:00
qutebrowser Many changes 2019-10-10 17:29:09 +01:00
remind REM: tweaks 2021-10-10 08:43:35 +01:00
rofi/.config/rofi Deletes old rofi config file 2022-02-07 12:31:14 +00:00
shells makes https complete as http 2023-12-24 12:05:58 +00:00
sxiv/.config/sxiv/exec Adds to sxiv key bindings 2020-07-29 17:38:13 +01:00
systemd Stops hsetroot distorting background 2022-02-20 14:41:04 +00:00
templates/Templates Remove some old addresses 2022-10-13 17:15:29 +01:00
tridactyl/.config/tridactyl Tridactyl: makes tridactyl redirect youtube iframes 2022-07-18 21:25:17 +01:00
x Changes double shift action 2021-11-25 12:30:22 +00:00
zathura/.config/zathura Moves zathura config for use with gnu stow 2019-07-30 15:14:22 +01:00
.gitattributes REMIND: Initial setup of remind 2020-10-10 18:54:59 +01:00
.gitignore Moves and tweaks some systemd timers / services 2021-11-16 10:26:21 +00:00
.gitmodules Starts moving nvim config to lua 2023-12-12 10:39:45 +00:00
install.sh Many changes 2019-10-10 17:29:09 +01:00
README.md Updates readme to reflect vim no longer being a submodule 2020-09-26 16:56:02 +01:00

My Dotfiles

Use as you wish. Any code / scripts I have borrowed from other places should be credited in comments in the file. I currently use a fork of DWM as my window manager on Arch Linux, however, I don't think there is anything that is Arch specific.

My primary editor is vim neovim. You can see the relevent configuration in the nvim folder. I used to keep my vim configuration in a seperate submodule but that became more hassel than it was worth so it now all lives here.

My email client of choice is NeoMutt, although there are a plethora of tools that go along with it. If you are interested in how it all interlocks, I wrote a blog post about it: https://jonathanh.co.uk/blog/mutt-setup.html

I use GNU Stow to deploy my dotfiles. There is a helper script in the root of this directory called install.sh that runs the necessary stow commands.

Each folder contains the configuration related to a program / tool. In most cases, this folder is stowed meaning all of it's contents are symlinked to the same place in my $HOME directory. However, there are instances (only shells/zsh at the moment) when I don't want the whole directory to be symlinked. If the directory contains a sub-directory called STOW, only the STOW directory is stowed.

The folder LEGACY is for things that I no longer use but might be of interest if you are the sort of person who likes looking at other people's dotfiles.

The folder NOSTOW is for things that I don't manage with stow. This includes a submodule for my DWM fork and configuration files that live outside my home directory.