Correct directory structure for stow

This commit is contained in:
Ian Keane 2022-06-25 08:18:12 -04:00
parent 70bc80bb28
commit 0425e3eabd
83 changed files with 3325 additions and 4218 deletions

13
dotfiles/x/.inputrc Normal file
View file

@ -0,0 +1,13 @@
$include /etc/inputrc
set editing-mode vi # if you're a fan of VI-style editors
set visible-stats on
set colored-stats on
set show-all-if-ambiguous on
set completion-ignore-case on
set colored-completion-prefix on
set completion-prefix-display-length 1
set menu-complete-display-prefix on
tab: menu-complete
"\e\t": menu-complete-backward
"\e[Z": menu-complete-backward