Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Jonathan Hodgson 57125ea128 Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles il y a 2 mois
.git-crypt Add 1 git-crypt collaborator il y a 4 ans
LEGACY Moves ranger into legacy and deletes old web docker files il y a 4 ans
NOSTOW Firefox 89's top bar is 10px bigger than it was before il y a 3 ans
abook/.config/abook Adds abook config il y a 4 ans
alsa/.config/alsa Fixes alsa default config il y a 3 ans
bin Makes screen mirroring work on different resolutions il y a 2 mois
bookmarks/.local/share/bookmarks Work on bookmarks il y a 3 ans
borg/.local/share/bin BORG: stop backing up git repos il y a 3 ans
davmail/.config Moves check emails systemd files il y a 2 ans
dunst/.config/dunst Makes dunst slightly more transparent il y a 4 ans
gf/.config/gf Adds gf files il y a 5 ans
git Updated global git config il y a 2 mois
grc/.config/grc GRC: Nmap: allow hyphens in domains il y a 2 ans
imapfilter/.config/imapfilter Adds imapfilter to dotfiles il y a 4 ans
isync/.config/isync Updates mbsync config il y a 2 ans
msmtp/.config/msmtp Updates sendgrid details il y a 4 ans
mutt Neomutt: adds better support for multipart emails il y a 2 ans
newsboat/.config Newsboat URLS il y a 1 an
nvim/.config/nvim zsh tweaks il y a 2 mois
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone il y a 3 ans
pacman/ROOT/etc/pacman.d/hooks Adds pacman hook to remove the grc default aliases file il y a 2 ans
pandoc/.pandoc Remove some old addresses il y a 2 ans
picom/.config/picom Adds picom il y a 4 ans
qutebrowser Many changes il y a 5 ans
remind REM: tweaks il y a 3 ans
rofi/.config/rofi Deletes old rofi config file il y a 2 ans
shells Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles il y a 2 mois
sxiv/.config/sxiv/exec Adds to sxiv key bindings il y a 4 ans
systemd Stops hsetroot distorting background il y a 2 ans
templates/Templates Remove some old addresses il y a 2 ans
tridactyl/.config/tridactyl Tridactyl: makes tridactyl redirect youtube iframes il y a 2 ans
x Changes double shift action il y a 2 ans
zathura/.config/zathura Moves zathura config for use with gnu stow il y a 5 ans
.gitattributes REMIND: Initial setup of remind il y a 4 ans
.gitignore Add vim lazy lock to gitignore il y a 2 mois
.gitmodules Starts moving nvim config to lua il y a 4 mois
README.md Updates readme to reflect vim no longer being a submodule il y a 4 ans
install.sh Many changes il y a 5 ans

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.