20 Commits

Author SHA1 Message Date
50571ed8d3 No 2026-02-21 10:10:13 -05:00
080fa0894f Add note to docker container. 2026-02-21 10:07:13 -05:00
7075151bf0 Add uninstall instructions. 2026-02-21 10:03:24 -05:00
4d62b10d00 Move tables. 2026-02-21 09:23:33 -05:00
7461098b1c Move tables. 2026-02-21 09:23:01 -05:00
c385d74cac Remove sensible. 2026-02-21 09:22:07 -05:00
a4d2245b50 Enable some tmux plugins. 2026-02-21 09:20:20 -05:00
f90cb319ba Add sections to configs. 2026-02-21 09:12:59 -05:00
2efcfabb7b Add configurations to README. 2026-02-21 09:08:25 -05:00
9dcdbf1275 Move comment. 2026-02-21 08:54:21 -05:00
644fca32ed Update README. 2026-02-21 08:51:10 -05:00
753dc47666 Update readme. 2026-02-21 08:49:45 -05:00
f9163b626d Update setup script. 2026-02-21 08:42:15 -05:00
1479f3ac37 Relocate .bash_secrets. 2026-02-21 08:38:16 -05:00
99be1dfecd Update bash stuff. 2026-02-21 08:36:12 -05:00
e7c4fe36bc Ignore blesh installations. 2026-02-21 08:22:47 -05:00
dabfa780df Add bash.d. 2026-02-21 08:08:06 -05:00
288dc28e07 Disable inputrc for now.
Keeping it around in case a non-blesh option is wanted in the future.
2026-02-21 06:51:54 -05:00
c7f6c0b791 Add Qt assistant bash helper. 2026-02-21 06:51:34 -05:00
f1930f166d Update clang_complete. 2026-02-21 06:46:42 -05:00
2 changed files with 1 additions and 18 deletions

17
.blerc
View File

@@ -52,20 +52,3 @@ function blerc/define-sabbrev-commit {
}
blehook/eval-after-load complete blerc/define-sabbrev-commit
# Show the timestamp aligned to the right after each command is entered.
show_timestamp() {
# 17:10:00 EST-05
local ts="$(date +'%H:%M:%S %Z%:::z')"
# Column to show timestamp.(COLUMNS - length_of_timestamp)
local col=$((COLUMNS - ${#ts}))
# Save current cursor position.
printf '\033[s'
# Move cursor to desired column.
printf "\033[${col}G"
# Print timestamp in gray.
printf '\e[90m%s\e[0m' "$ts"
# Restore previous cursor position.
printf '\033[u'
}
blehook PREEXEC=show_timestamp

View File

@@ -1,6 +1,6 @@
## Dotfiles
Dotfiles configurations for Kubuntu linux environments. Be sure to
Dotfiles configurations for headless Kubuntu linux environments. Be sure to
clone recursively if you want to grab updated plugins / submodules included. For
example, using Pathogen with Vim to manage plugins requires that the plugin to
be installed are cloned to the `~/.vim/bundle/` directory. Cloning recursively