Commit graph

19 commits

Author SHA1 Message Date
Danielle McLean 8380453058
.stow-no-folding file to make sure zsh history doesn't get gobbled into a Stow package 2016-10-08 12:15:45 +11:00
Danielle McLean 141e5de8ce
Set umask to 022 if it's not set already 2016-10-08 01:38:34 +11:00
Danielle McLean d35dcd9699 Fixes so that the login shell bits work properly on Ubuntu 2016-10-08 00:27:15 +11:00
Danielle McLean 68d5f293cf
Using stow-rename, unhide all the files :3 2016-10-07 23:13:58 +11:00
Danielle McLean 5c13c69a84
Load a meaningless zle-line-init early so we won't ever get warnings about it being missing 2016-10-07 09:54:42 +11:00
Danielle McLean 3d5a5260cf
Reliably choose XDG_RUNTIME_DIR by putting the username in its path 2016-10-06 12:46:17 +11:00
Danielle McLean b2f5ca7a50
Move quotes file into XDG_CACHE_HOME 2016-10-06 11:26:25 +11:00
Danielle McLean 96a86f001d
Basic default for XDG_RUNTIME_DIR setting 2016-10-06 11:26:12 +11:00
Danielle McLean 8c086193e6 Move zplug into $XDG_CACHE_HOME (everything it stores can be refetched)
The only exception is that ZPLUG_LOADFILE, which by default lives in
ZPLUG_HOME, is a configuration file. I don't use it yet but might soon;
fortunately it can be reconfigured to live somewhere else such as in
$XDG_CONFIG_HOME.
2016-10-06 09:41:22 +11:00
Danielle McLean 1cb0d74a1e Move rupa/z state file into $XDG_DATA_HOME instead of ~ 2016-10-06 09:27:18 +11:00
Danielle McLean 8273e0ce15 Migrate zsh config to XDG base dir location
.zshenv still needs to live in ~ for bootstrapping, but everything else
is now squirrelled away in ~/.config/zsh instead.

Note that zplug still lives in ~/.zplug - it should be relocated too but
hasn't been yet.
2016-10-06 09:21:16 +11:00
Danielle McLean d497345c6d
Add support for .stow-no-fold 2016-10-04 12:33:27 +11:00
Danielle McLean 9e180acee1
Enable shared history and a few other options I like 2016-10-04 01:04:50 +11:00
Danielle McLean 82c930f4d5
Migrate everything to GNU Stow locations instead of homeshick 2016-10-03 22:52:15 +11:00
Danielle McLean 54587a49ff
No need to add homeshick to fpath twice 2016-10-03 15:45:09 +11:00
Danielle McLean 75bfbb6e90
Add an accidentally untracked new file 2016-10-02 19:15:04 +11:00
Danielle McLean 2a042c031b
Restore some nice keybindings from my previous repo 2016-10-02 19:14:12 +11:00
Danielle McLean b825210c29
Better resilience to missing components, have zplug handle loading of ~/.zsh/interactive scripts 2016-10-02 19:13:42 +11:00
Danielle McLean df6164e3aa
Initial commit, modular zsh config easy to extend with extra behaviours 2016-10-02 18:17:25 +11:00