- Introduced a comprehensive tmux configuration file with custom themes, key bindings, and session management options. - Added a lightweight vim configuration file utilizing vim-plug for plugin management, including themes, fuzzy finder, file tree, and editing helpers.
22 lines
226 B
Plaintext
22 lines
226 B
Plaintext
# Shell history and dumps
|
|
*/.zshdump
|
|
*/.zcompdump
|
|
*/.zsh_history
|
|
*/.bash_history
|
|
*/.history
|
|
|
|
# Config files
|
|
*/.env
|
|
*/.env.local
|
|
*/.config/
|
|
|
|
# Editor config
|
|
*/.vscode/
|
|
*/.idea/
|
|
|
|
# OS files
|
|
*/.DS_Store
|
|
*/Thumbs.db
|
|
*/.zcompdump
|
|
|