replace the old dotfiles with the sakura line rice

The bare $HOME repo is gone. This is now the rice: install.sh, rice-*
scripts in bin/, configs in home/ linked into $HOME, theme templates, st
and the particle wallpaper. Clone to ~/rice and run install.sh.
This commit is contained in:
Sarthak 2026-09-14 16:12:09 +05:30
commit 7f41cf7a82
104 changed files with 8077 additions and 0 deletions

24
home/.inputrc Normal file
View file

@ -0,0 +1,24 @@
# Sakura Line - readline.
$include /etc/inputrc
set completion-ignore-case on
set completion-prefix-display-length 2
set show-all-if-ambiguous on
set show-all-if-unmodified on
set menu-complete-display-prefix on
set mark-symlinked-directories on
set match-hidden-files off
set page-completions off
set completion-query-items 200
set visible-stats on
set colored-stats on
set colored-completion-prefix on
set skip-completed-text on
# Up and Down search the history for what is already typed.
"\e[A": history-search-backward
"\e[B": history-search-forward
# Tab cycles through completions; Shift+Tab goes back.
TAB: menu-complete
"\e[Z": menu-complete-backward