1
0
Derivar 0
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Jonathan Hodgson 57125ea128 Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles há 2 meses
.git-crypt Add 1 git-crypt collaborator há 4 anos
LEGACY Moves ranger into legacy and deletes old web docker files há 4 anos
NOSTOW Firefox 89's top bar is 10px bigger than it was before há 3 anos
abook/.config/abook Adds abook config há 4 anos
alsa/.config/alsa Fixes alsa default config há 3 anos
bin Makes screen mirroring work on different resolutions há 2 meses
bookmarks/.local/share/bookmarks Work on bookmarks há 3 anos
borg/.local/share/bin BORG: stop backing up git repos há 3 anos
davmail/.config Moves check emails systemd files há 2 anos
dunst/.config/dunst Makes dunst slightly more transparent há 4 anos
gf/.config/gf Adds gf files há 5 anos
git Updated global git config há 2 meses
grc/.config/grc GRC: Nmap: allow hyphens in domains há 2 anos
imapfilter/.config/imapfilter Adds imapfilter to dotfiles há 4 anos
isync/.config/isync Updates mbsync config há 2 anos
msmtp/.config/msmtp Updates sendgrid details há 4 anos
mutt Neomutt: adds better support for multipart emails há 2 anos
newsboat/.config Newsboat URLS há 1 ano
nvim/.config/nvim zsh tweaks há 2 meses
onboard/.local/share/onboard/layouts Adds Onboard layout to use on pinephone há 3 anos
pacman/ROOT/etc/pacman.d/hooks Adds pacman hook to remove the grc default aliases file há 2 anos
pandoc/.pandoc Remove some old addresses há 2 anos
picom/.config/picom Adds picom há 4 anos
qutebrowser Many changes há 5 anos
remind REM: tweaks há 3 anos
rofi/.config/rofi Deletes old rofi config file há 2 anos
shells Merge branch 'master' of ssh://git.jonathanh.co.uk/jab2870/Dotfiles há 2 meses
sxiv/.config/sxiv/exec Adds to sxiv key bindings há 4 anos
systemd Stops hsetroot distorting background há 2 anos
templates/Templates Remove some old addresses há 2 anos
tridactyl/.config/tridactyl Tridactyl: makes tridactyl redirect youtube iframes há 2 anos
x Changes double shift action há 2 anos
zathura/.config/zathura Moves zathura config for use with gnu stow há 5 anos
.gitattributes REMIND: Initial setup of remind há 4 anos
.gitignore Add vim lazy lock to gitignore há 2 meses
.gitmodules Starts moving nvim config to lua há 4 meses
README.md Updates readme to reflect vim no longer being a submodule há 4 anos
install.sh Many changes há 5 anos

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.