Files
dotfiles/group_vars/all.yml
2025-09-07 20:17:11 +02:00

71 lines
1.1 KiB
YAML

default_roles:
# === Core System Tools (Recommended) ===
- system # Essential system configurations and tools
# - fonts # Developer-friendly fonts (Nerd Fonts)
# === Development Core ===
# - git # Version control system
- nvim # Modern text editor (or use 'vim')
# - tmux # Terminal multiplexer for session management
- zsh # Modern shell with oh-my-zsh
# - ssh
- hyprland
- ghostty
temp:
- docker # Container platform
system_packages:
# Network
- curl
- wget
- rsync
- nmap
# archive/compression
- unzip
- tar
# text processing
- jq
- ripgrep
- fd
# utilities
- btop
- which
# - fzf
- bat
- eza
- tealdeer
- neofetch
# dev
- nvm
- go
- discord # Team communication
# Window manager
- hyprland
- waybar
- wofi
- hyprshot
- dunst
- hyprpaper
# desktop
- thunar
- imv
# TODO
aur_packages:
- autojump
- spotify
- qownnotes
- stripe-cli
- pgformatter-git
# - jetbrains-toolbox
config_dir: "{{ ansible_facts.env.HOME }}/.config"