No description
Find a file
2020-01-04 13:25:53 +00:00
bin/.bin Lots of bin changes 2020-01-04 13:21:05 +00:00
browserOverides/Sites Adds browser overides directory for gnu stow 2019-07-30 15:36:41 +01:00
docker/web Start implementing docker 2019-04-26 08:58:12 +01:00
dunst/.config/dunst Moves rofi and dunst config for use with gnu stow 2019-07-30 15:16:00 +01: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 Many changes 2019-10-10 17:29:09 +01:00
NOSTOW Add browser overides 2020-01-02 11:16:30 +00:00
pandoc/.pandoc Moves pandoc config for gnu stow 2019-07-30 15:37:06 +01:00
qutebrowser Many changes 2019-10-10 17:29:09 +01:00
ranger/.config/ranger Moves ranger config for use with gnu stow 2019-07-30 14:37:01 +01:00
rofi/.config/rofi Changes to rofi config 2019-09-26 08:56:36 +01:00
shells Work on hashcat completion 2020-01-04 13:25:53 +00:00
sxiv/.config/sxiv/exec Moves sxiv config for use with gnu stow 2019-07-30 15:15:08 +01:00
templates/Templates Moves templates for use with git stow 2019-07-30 15:42:14 +01:00
vim Updates vim config 2020-01-04 13:24:35 +00:00
x Many changes 2019-10-10 17:29:09 +01:00
zathura/.config/zathura Moves zathura config for use with gnu stow 2019-07-30 15:14:22 +01:00
.gitignore Adds qute autoconfig to gitignore 2019-09-10 12:44:16 +01:00
.gitmodules Delete navi 2019-10-29 13:52:06 +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.