Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Jonathan Hodgson e7ba662158 REM: tweaks před 3 roky
.git-crypt Add 1 git-crypt collaborator před 4 roky
LEGACY Moves ranger into legacy and deletes old web docker files před 4 roky
NOSTOW Firefox 89's top bar is 10px bigger than it was before před 3 roky
abook/.config/abook Adds abook config před 4 roky
alsa/.config/alsa Fixes alsa default config před 3 roky
bin Merge branch 'master' of ssh://git.jonathanh.co.uk:2222/jab2870/Dotfiles před 3 roky
bookmarks/.local/share/bookmarks Work on bookmarks před 3 roky
borg/.local/share/bin BORG: stop backing up git repos před 3 roky
davmail/.config Makes systemd handle davmail and regular inbox checks před 4 roky
dunst/.config/dunst Makes dunst slightly more transparent před 4 roky
gf/.config/gf Adds gf files před 5 roky
git Git config changes před 4 roky
grc/.config/grc Adds grc configs před 4 roky
imapfilter/.config/imapfilter Adds imapfilter to dotfiles před 4 roky
isync/.config/isync Allow syncing of just inbox rather than all mailboxes před 4 roky
msmtp/.config/msmtp Updates sendgrid details před 4 roky
mutt Adds a command gmutt that opens my terminal with mutt loaded před 3 roky
newsboat/.config/newsboat Updates newsboat urls před 3 roky
nvim/.config/nvim VIM: Adds functions for proselint and languagetool před 3 roky
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone před 3 roky
pandoc/.pandoc Makes pandoc always use xcolor před 4 roky
picom/.config/picom Adds picom před 4 roky
qutebrowser Many changes před 5 roky
remind REM: tweaks před 3 roky
rofi/.config/rofi Add rofi readme před 3 roky
shells ZSH: adds aws key regex to currenWordCompletions před 3 roky
sxiv/.config/sxiv/exec Adds to sxiv key bindings před 4 roky
systemd Adds systemd scripts for hardware access and modem před 3 roky
templates/Templates Adds clickjacking template před 4 roky
tridactyl/.config/tridactyl Stops disabling auto focus and adds more search prefixes před 3 roky
x Sets wallpaper if ~/Pictures/wallpaper exists před 3 roky
zathura/.config/zathura Moves zathura config for use with gnu stow před 5 roky
.gitattributes REMIND: Initial setup of remind před 4 roky
.gitignore Adds systemd scripts for hardware access and modem před 3 roky
.gitmodules Adds Lexima and ultisnips před 3 roky
README.md Updates readme to reflect vim no longer being a submodule před 4 roky
install.sh Many changes před 5 roky

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.