53 lines
597 B
Plaintext
53 lines
597 B
Plaintext
# ignore everything
|
|
/*
|
|
|
|
# allowed misc files
|
|
!.gitmodules
|
|
!.gitignore
|
|
!README.md
|
|
|
|
# allow some stuff to be pushed
|
|
!alacritty
|
|
!nvim
|
|
!.pyenv
|
|
|
|
# zsh
|
|
!zsh
|
|
zsh/*
|
|
!zsh/.zshrc
|
|
!zsh/.zshenv
|
|
!zsh/.zprofile
|
|
!zsh/.zsh_plugins.txt
|
|
!zsh/scripts.zsh
|
|
!zsh/aliases.zsh
|
|
!zsh/completions/.keep
|
|
!zsh/ssh-menu
|
|
!zsh/get-dump
|
|
|
|
# starship
|
|
!starship
|
|
starship/*
|
|
!starship/config.toml
|
|
|
|
# tmux
|
|
!tmux
|
|
tmux/*
|
|
!tmux/tmux.conf
|
|
!tmux/tmux-new-project
|
|
!tmux/tmux-sessionizer
|
|
!tmux/tmux-ggclone
|
|
!tmux/tmux-ssher
|
|
|
|
# git
|
|
!git
|
|
git/*
|
|
!git/config
|
|
!git/gitignore
|
|
!git/aflabs
|
|
|
|
# ghostty
|
|
!ghostty
|
|
ghostty/*
|
|
!ghostty/config
|
|
!ghostty/themes
|