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.
15 lines
225 B
Text
15 lines
225 B
Text
themes {
|
|
tokyo-night {
|
|
fg "#c0caf5"
|
|
bg "#1a1b26"
|
|
black "#15161e"
|
|
red "#f7768e"
|
|
green "#9ece6a"
|
|
yellow "#e0af68"
|
|
blue "#7aa2f7"
|
|
magenta "#bb9af7"
|
|
cyan "#7dcfff"
|
|
white "#a9b1d6"
|
|
}
|
|
}
|
|
|