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 57125ea128 Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles преди 2 месеца
.git-crypt Add 1 git-crypt collaborator преди 4 години
LEGACY Moves ranger into legacy and deletes old web docker files преди 4 години
NOSTOW Firefox 89's top bar is 10px bigger than it was before преди 3 години
abook/.config/abook Adds abook config преди 4 години
alsa/.config/alsa Fixes alsa default config преди 3 години
bin Makes screen mirroring work on different resolutions преди 2 месеца
bookmarks/.local/share/bookmarks Work on bookmarks преди 3 години
borg/.local/share/bin BORG: stop backing up git repos преди 3 години
davmail/.config Moves check emails systemd files преди 2 години
dunst/.config/dunst Makes dunst slightly more transparent преди 4 години
gf/.config/gf Adds gf files преди 5 години
git Updated global git config преди 2 месеца
grc/.config/grc GRC: Nmap: allow hyphens in domains преди 2 години
imapfilter/.config/imapfilter Adds imapfilter to dotfiles преди 4 години
isync/.config/isync Updates mbsync config преди 2 години
msmtp/.config/msmtp Updates sendgrid details преди 4 години
mutt Neomutt: adds better support for multipart emails преди 2 години
newsboat/.config Newsboat URLS преди 1 година
nvim/.config/nvim zsh tweaks преди 2 месеца
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone преди 3 години
pacman/ROOT/etc/pacman.d/hooks Adds pacman hook to remove the grc default aliases file преди 2 години
pandoc/.pandoc Remove some old addresses преди 2 години
picom/.config/picom Adds picom преди 4 години
qutebrowser Many changes преди 5 години
remind REM: tweaks преди 3 години
rofi/.config/rofi Deletes old rofi config file преди 2 години
shells Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles преди 2 месеца
sxiv/.config/sxiv/exec Adds to sxiv key bindings преди 4 години
systemd Stops hsetroot distorting background преди 2 години
templates/Templates Remove some old addresses преди 2 години
tridactyl/.config/tridactyl Tridactyl: makes tridactyl redirect youtube iframes преди 2 години
x Changes double shift action преди 2 години
zathura/.config/zathura Moves zathura config for use with gnu stow преди 5 години
.gitattributes REMIND: Initial setup of remind преди 4 години
.gitignore Add vim lazy lock to gitignore преди 2 месеца
.gitmodules Starts moving nvim config to lua преди 4 месеца
README.md Updates readme to reflect vim no longer being a submodule преди 4 години
install.sh Many changes преди 5 години

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.