Files
dotfiles/.gitignore
Andrejus 2acae0b4f2 vim: add plugins, tmux: status bar, fix Ctrl+A clash
- Add vim-gitgutter, vim-commentary, vim-surround via install
script
- Rebind git log widget from Ctrl+A to Ctrl+T (tmux prefix
clash)
- Add date, time, and battery indicator to tmux status
bar
- Set tmux clock colour to teal

Co-authored-by: Copilot
<223556219+Copilot@users.noreply.github.com>
2026-02-24 16:08:10 +00:00

22 lines
209 B
Plaintext

# ide
.vscode
# install artefacts
tmp
temp
**/logs
**/*.deb
# ssh env
**/id_*
**/known_hosts*
**/config.d
# setup files
**/autoload
**/pypoetry
# vim plugins (installed via install script)
home/.vim/pack