You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jonathan Hodgson 9d4e340753 Makes fzf list packages for paru on tab 2 years ago
.git-crypt Add 1 git-crypt collaborator 4 years ago
LEGACY Moves ranger into legacy and deletes old web docker files 4 years ago
NOSTOW Firefox 89's top bar is 10px bigger than it was before 3 years ago
abook/.config/abook Adds abook config 4 years ago
alsa/.config/alsa Fixes alsa default config 3 years ago
bin Auto detect laptop resolution for screen layouts 2 years ago
bookmarks/.local/share/bookmarks Work on bookmarks 3 years ago
borg/.local/share/bin BORG: stop backing up git repos 3 years ago
davmail/.config Makes systemd handle davmail and regular inbox checks 4 years ago
dunst/.config/dunst Makes dunst slightly more transparent 4 years ago
gf/.config/gf Adds gf files 5 years ago
git Git config changes 4 years ago
grc/.config/grc Makes grc colour some domains in nmap 2 years ago
imapfilter/.config/imapfilter Adds imapfilter to dotfiles 4 years ago
isync/.config/isync Allow syncing of just inbox rather than all mailboxes 4 years ago
msmtp/.config/msmtp Updates sendgrid details 4 years ago
mutt Sets attribution for mutt 2 years ago
newsboat/.config/newsboat NEWSBOAT: Adds graeme's blog 2 years ago
nvim/.config/nvim Deletes deoplete-abook submodule 2 years ago
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone 3 years ago
pacman/ROOT/etc/pacman.d/hooks Adds pacman hook to remove the grc default aliases file 2 years ago
pandoc/.pandoc Makes pandoc always use xcolor 4 years ago
picom/.config/picom Adds picom 4 years ago
qutebrowser Many changes 5 years ago
remind REM: tweaks 3 years ago
rofi/.config/rofi Deletes old rofi config file 2 years ago
shells Makes fzf list packages for paru on tab 2 years ago
sxiv/.config/sxiv/exec Adds to sxiv key bindings 4 years ago
systemd Makes background script use hsetroot 2 years ago
templates/Templates Adds clickjacking template 4 years ago
tridactyl/.config/tridactyl Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles 2 years ago
x Changes double shift action 2 years ago
zathura/.config/zathura Moves zathura config for use with gnu stow 5 years ago
.gitattributes REMIND: Initial setup of remind 4 years ago
.gitignore Moves and tweaks some systemd timers / services 2 years ago
.gitmodules Deletes deoplete-abook submodule 2 years ago
README.md Updates readme to reflect vim no longer being a submodule 4 years ago
install.sh Many changes 5 years ago

README.md

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.