1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Jonathan Hodgson e7ba662158 REM: tweaks vor 3 Jahren
.git-crypt Add 1 git-crypt collaborator vor 4 Jahren
LEGACY Moves ranger into legacy and deletes old web docker files vor 4 Jahren
NOSTOW Firefox 89's top bar is 10px bigger than it was before vor 3 Jahren
abook/.config/abook Adds abook config vor 4 Jahren
alsa/.config/alsa Fixes alsa default config vor 3 Jahren
bin Merge branch 'master' of ssh://git.jonathanh.co.uk:2222/jab2870/Dotfiles vor 3 Jahren
bookmarks/.local/share/bookmarks Work on bookmarks vor 3 Jahren
borg/.local/share/bin BORG: stop backing up git repos vor 3 Jahren
davmail/.config Makes systemd handle davmail and regular inbox checks vor 4 Jahren
dunst/.config/dunst Makes dunst slightly more transparent vor 4 Jahren
gf/.config/gf Adds gf files vor 5 Jahren
git Git config changes vor 4 Jahren
grc/.config/grc Adds grc configs vor 4 Jahren
imapfilter/.config/imapfilter Adds imapfilter to dotfiles vor 4 Jahren
isync/.config/isync Allow syncing of just inbox rather than all mailboxes vor 4 Jahren
msmtp/.config/msmtp Updates sendgrid details vor 4 Jahren
mutt Adds a command gmutt that opens my terminal with mutt loaded vor 3 Jahren
newsboat/.config/newsboat Updates newsboat urls vor 3 Jahren
nvim/.config/nvim VIM: Adds functions for proselint and languagetool vor 3 Jahren
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone vor 3 Jahren
pandoc/.pandoc Makes pandoc always use xcolor vor 4 Jahren
picom/.config/picom Adds picom vor 4 Jahren
qutebrowser Many changes vor 5 Jahren
remind REM: tweaks vor 3 Jahren
rofi/.config/rofi Add rofi readme vor 3 Jahren
shells ZSH: adds aws key regex to currenWordCompletions vor 3 Jahren
sxiv/.config/sxiv/exec Adds to sxiv key bindings vor 4 Jahren
systemd Adds systemd scripts for hardware access and modem vor 3 Jahren
templates/Templates Adds clickjacking template vor 4 Jahren
tridactyl/.config/tridactyl Stops disabling auto focus and adds more search prefixes vor 3 Jahren
x Sets wallpaper if ~/Pictures/wallpaper exists vor 3 Jahren
zathura/.config/zathura Moves zathura config for use with gnu stow vor 5 Jahren
.gitattributes REMIND: Initial setup of remind vor 4 Jahren
.gitignore Adds systemd scripts for hardware access and modem vor 3 Jahren
.gitmodules Adds Lexima and ultisnips vor 3 Jahren
README.md Updates readme to reflect vim no longer being a submodule vor 4 Jahren
install.sh Many changes vor 5 Jahren

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.