You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jonathan Hodgson b5a04808a0 Work on mutt scripts 4 years ago
.git-crypt Add 1 git-crypt collaborator 4 years ago
LEGACY Moves ranger into legacy and deletes old web docker files 4 years ago
NOSTOW User chrome changes 4 years ago
bin/.bin Work on mutt scripts 4 years ago
davmail/.config/davmail Better document davmail settings 4 years ago
dunst/.config/dunst Makes dunst slightly more transparent 4 years ago
gf/.config/gf Adds gf files 5 years ago
git Renames gitconfig for use with gnu stow 5 years ago
mutt/.config/mutt Makes mutt use offline email and organise / document mutrc file 4 years ago
newsboat/.config/newsboat Starts using newsboat 4 years ago
pandoc/.pandoc Make quotes look better in pandoc template 4 years ago
picom/.config/picom Adds picom 4 years ago
qutebrowser Many changes 5 years ago
rofi/.config/rofi Rofi custom theme 4 years ago
shells Only set some aliases if commands exist 4 years ago
sxiv/.config/sxiv/exec Moves sxiv config for use with gnu stow 5 years ago
templates/Templates Adds clickjacking template 4 years ago
vim Updates vim config 4 years ago
x xinitrc 4 years ago
zathura/.config/zathura Moves zathura config for use with gnu stow 5 years ago
.gitattributes Adds git-crypt support 4 years ago
.gitignore Adds qute autoconfig to gitignore 5 years ago
.gitmodules Adds uberw3m submodule 4 years ago
README.md Alow stowing of subfolders 5 years ago
install.sh Many changes 5 years ago

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, who's config is in a submodule because I often need to deploy my vim configuration but don't need to download all of my dotfiles.

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.