Added statusline configuration (colour, left length). Added tpm (tmux plugin manager). Added tmux-sessionizer script and some keybinds for it.
22 lines
243 B
Plaintext
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
|