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 57125ea128 Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles před 2 měsíci
.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 Makes screen mirroring work on different resolutions před 2 měsíci
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 Moves check emails systemd files před 2 roky
dunst/.config/dunst Makes dunst slightly more transparent před 4 roky
gf/.config/gf Adds gf files před 5 roky
git Updated global git config před 2 měsíci
grc/.config/grc GRC: Nmap: allow hyphens in domains před 2 roky
imapfilter/.config/imapfilter Adds imapfilter to dotfiles před 4 roky
isync/.config/isync Updates mbsync config před 2 roky
msmtp/.config/msmtp Updates sendgrid details před 4 roky
mutt Neomutt: adds better support for multipart emails před 2 roky
newsboat/.config Newsboat URLS před 2 roky
nvim/.config/nvim zsh tweaks před 2 měsíci
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone před 3 roky
pacman/ROOT/etc/pacman.d/hooks Adds pacman hook to remove the grc default aliases file před 2 roky
pandoc/.pandoc Remove some old addresses před 2 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 Deletes old rofi config file před 2 roky
shells Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles před 2 měsíci
sxiv/.config/sxiv/exec Adds to sxiv key bindings před 4 roky
systemd Stops hsetroot distorting background před 2 roky
templates/Templates Remove some old addresses před 2 roky
tridactyl/.config/tridactyl Tridactyl: makes tridactyl redirect youtube iframes před 2 roky
x Changes double shift action před 2 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 Add vim lazy lock to gitignore před 2 měsíci
.gitmodules Starts moving nvim config to lua před 4 měsíci
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.