Files
.dotfiles/.gitignore
Matej Janežič 454452fb50 feat: tmux improvements
Added statusline configuration (colour, left length). Added tpm (tmux
plugin manager). Added tmux-sessionizer script and some keybinds for it.
2023-06-01 23:54:39 +02:00

22 lines
243 B
Plaintext

# ignore everything
/*
# allowed misc files
!.gitmodules
!.gitignore
!README.md
# allow some stuff to be pushed
!tmux
!git
!alacritty
!nvim
!zsh
!.pyenv
# explicity ignore zcoredump
zsh/.zcomp*
# explicity ignore tmux plugins
tmux/plugins