No description
Find a file
Jonathan Hodgson 796ba209bf Adds fzf config
2019-08-19 08:46:46 +01:00
bin/.bin Adds random mac script 2019-08-12 17:26:54 +01: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
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 Mostly mutt config and some tidying 2019-06-05 17:58:43 +01:00
NOSTOW Updates st 2019-08-19 08:45:24 +01:00
pandoc/.pandoc Moves pandoc config for gnu stow 2019-07-30 15:37:06 +01:00
qutebrowser/.config/qutebrowser Moves qutebrowser config for use with gnu stow 2019-07-30 14:30:52 +01:00
ranger/.config/ranger Moves ranger config for use with gnu stow 2019-07-30 14:37:01 +01:00
rofi/.config/rofi Moves rofi and dunst config for use with gnu stow 2019-07-30 15:16:00 +01:00
shells Adds fzf config 2019-08-19 08:46:46 +01: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 colour scheme changes 2019-08-06 17:20:17 +01:00
x mv x config for use with gnu stow 2019-07-30 16:29:37 +01:00
zathura/.config/zathura Moves zathura config for use with gnu stow 2019-07-30 15:14:22 +01:00
.gitignore Add to programs to install and gitignore 2019-08-06 19:33:14 +01:00
.gitmodules Adds st submodule 2019-08-01 18:46:55 +01:00
install.sh Adds to install list 2019-08-13 11:50:11 +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.