Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 690 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 690 Bytes

dotfiles in action: screenshot

Installation

bash -c "$(curl --proto '=https' --tlsv1.2 -sSfL https://sh.allvpv.org)"

TODO

  • better colors in fzf-lua
  • ad-hoc floating terminal window
  • better navigation between terminal buffers
  • better tool for exploring errors from LSP

Changelog

  • 2024-12-06: OSC 7 to synchronize bash CWD with neovim's CWD
  • 2024-12-06: .bashrc refactor
  • 2024-12-06: Nuked telescope in favor of fzf-lua and nvim-tree.lua

Notes

  • If bash keeps refusing to load multiline history entries properly, make sure that the first line in .bash_history is a timestamp, i.e. is a hash followed by a number.