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