Comprehensive shell environment setup for CachyOS/Arch Linux featuring: - Modern CLI tools: eza, bat, fd, ripgrep, fzf, zoxide, dust, duf, procs, btop, sd, delta - Development tools: neovim (NvChad), lazygit, starship, yazi, zellij, navi - Shell: zsh with oh-my-zsh, syntax highlighting, autosuggestions - Terminal: Ghostty configuration - Dracula theme: Consistent theming across all tools - Fonts: JetBrains Mono Nerd Font (all variants) - Configs: starship, zellij, yazi, fastfetch, ghostty - Dotfiles: .zshrc, .bashrc, zsh completions Automated installation script handles all dependencies and configuration.
37 lines
287 B
Text
37 lines
287 B
Text
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
*.orig
|
|
*~
|
|
|
|
# Compressed archives
|
|
*.tar.gz
|
|
*.zip
|
|
*.7z
|
|
*.rar
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# IDE/Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Private/sensitive data
|
|
secrets/
|
|
private/
|
|
.env
|
|
*.key
|
|
*.pem
|