Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Jonathan Hodgson 57125ea128 Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles 1 miesiąc temu
.git-crypt Add 1 git-crypt collaborator 4 lat temu
LEGACY Moves ranger into legacy and deletes old web docker files 4 lat temu
NOSTOW Firefox 89's top bar is 10px bigger than it was before 3 lat temu
abook/.config/abook Adds abook config 4 lat temu
alsa/.config/alsa Fixes alsa default config 3 lat temu
bin Makes screen mirroring work on different resolutions 1 miesiąc temu
bookmarks/.local/share/bookmarks Work on bookmarks 3 lat temu
borg/.local/share/bin BORG: stop backing up git repos 3 lat temu
davmail/.config Moves check emails systemd files 2 lat temu
dunst/.config/dunst Makes dunst slightly more transparent 4 lat temu
gf/.config/gf Adds gf files 5 lat temu
git Updated global git config 1 miesiąc temu
grc/.config/grc GRC: Nmap: allow hyphens in domains 2 lat temu
imapfilter/.config/imapfilter Adds imapfilter to dotfiles 4 lat temu
isync/.config/isync Updates mbsync config 2 lat temu
msmtp/.config/msmtp Updates sendgrid details 4 lat temu
mutt Neomutt: adds better support for multipart emails 2 lat temu
newsboat/.config Newsboat URLS 1 rok temu
nvim/.config/nvim zsh tweaks 1 miesiąc temu
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone 3 lat temu
pacman/ROOT/etc/pacman.d/hooks Adds pacman hook to remove the grc default aliases file 2 lat temu
pandoc/.pandoc Remove some old addresses 1 rok temu
picom/.config/picom Adds picom 4 lat temu
qutebrowser Many changes 5 lat temu
remind REM: tweaks 3 lat temu
rofi/.config/rofi Deletes old rofi config file 2 lat temu
shells Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles 1 miesiąc temu
sxiv/.config/sxiv/exec Adds to sxiv key bindings 4 lat temu
systemd Stops hsetroot distorting background 2 lat temu
templates/Templates Remove some old addresses 1 rok temu
tridactyl/.config/tridactyl Tridactyl: makes tridactyl redirect youtube iframes 2 lat temu
x Changes double shift action 2 lat temu
zathura/.config/zathura Moves zathura config for use with gnu stow 5 lat temu
.gitattributes REMIND: Initial setup of remind 4 lat temu
.gitignore Add vim lazy lock to gitignore 1 miesiąc temu
.gitmodules Starts moving nvim config to lua 4 miesięcy temu
README.md Updates readme to reflect vim no longer being a submodule 4 lat temu
install.sh Many changes 5 lat temu

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.