No description
Find a file
2020-03-29 22:03:29 +01:00
.git-crypt Add 1 git-crypt collaborator 2020-03-25 10:19:27 +00:00
bin/.bin Tidy lanPortImages 2020-03-15 09:25:20 +00:00
docker/web Start implementing docker 2019-04-26 08:58:12 +01:00
dunst/.config/dunst Makes dunst slightly more transparent 2020-03-11 13:03:26 +00:00
gf/.config/gf Adds gf files 2019-09-10 12:45:17 +01:00
git Renames gitconfig for use with gnu stow 2019-07-30 15:22:59 +01:00
LEGACY Move fade lockscreen script 2019-07-31 08:54:05 +01:00
mutt/.config/mutt Changes to mutt config 2020-03-25 10:32:13 +00:00
NOSTOW Changes to FF userChrome.css 2020-03-29 22:03:29 +01:00
pandoc/.pandoc Moves pandoc config for gnu stow 2019-07-30 15:37:06 +01:00
picom/.config/picom Adds picom 2020-01-31 14:58:37 +00:00
qutebrowser Many changes 2019-10-10 17:29:09 +01:00
ranger/.config/ranger Makes ranger handle json better 2020-03-11 12:54:14 +00:00
rofi/.config/rofi Rofi custom theme 2020-03-11 12:58:31 +00:00
shells Adds untracked files to git prompt 2020-03-29 19:21:32 +01:00
sxiv/.config/sxiv/exec Moves sxiv config for use with gnu stow 2019-07-30 15:15:08 +01:00
templates/Templates Adds clickjacking template 2020-03-11 12:50:16 +00:00
vim Vim config 2020-03-11 13:08:02 +00:00
x xinitrc 2020-03-11 13:06:23 +00:00
zathura/.config/zathura Moves zathura config for use with gnu stow 2019-07-30 15:14:22 +01:00
.gitattributes Adds git-crypt support 2020-03-25 10:34:18 +00:00
.gitignore Adds qute autoconfig to gitignore 2019-09-10 12:44:16 +01:00
.gitmodules Makes gitmodules point to my repo for st and dwm 2020-03-25 09:43:08 +00:00
install.sh Many changes 2019-10-10 17:29:09 +01:00
README.md Alow stowing of subfolders 2019-08-01 18:02:40 +01:00

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.