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 20427c78a5 Updates zsh plugins il y a 3 ans
.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 BIN: Adds screen record script il y a 3 ans
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 Makes systemd handle davmail and regular inbox checks il y a 4 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 Git config changes il y a 4 ans
grc/.config/grc Adds grc configs il y a 4 ans
imapfilter/.config/imapfilter Adds imapfilter to dotfiles il y a 4 ans
isync/.config/isync Allow syncing of just inbox rather than all mailboxes il y a 4 ans
msmtp/.config/msmtp Updates sendgrid details il y a 4 ans
mutt Adds a command gmutt that opens my terminal with mutt loaded il y a 3 ans
newsboat/.config/newsboat Newsboat: Adds Leafshade software il y a 3 ans
nvim/.config/nvim VIM: Setup ripgrep and inccommand il y a 3 ans
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone il y a 3 ans
pandoc/.pandoc Makes pandoc always use xcolor il y a 4 ans
picom/.config/picom Adds picom il y a 4 ans
qutebrowser Many changes il y a 5 ans
remind Remind: adds some reminders il y a 3 ans
rofi/.config/rofi Add rofi readme il y a 3 ans
shells Updates zsh plugins il y a 3 ans
sxiv/.config/sxiv/exec Adds to sxiv key bindings il y a 4 ans
systemd Adds systemd scripts for hardware access and modem il y a 3 ans
templates/Templates Adds clickjacking template il y a 4 ans
tridactyl/.config/tridactyl BIN: Deletes open-youtube and puts functionality in yt il y a 3 ans
x Sets wallpaper if ~/Pictures/wallpaper exists il y a 3 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 Adds systemd scripts for hardware access and modem il y a 3 ans
.gitmodules Adds Lexima and ultisnips il y a 3 ans
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.