- 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>
22 lines
209 B
Plaintext
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
|
|
|