Files
ansible/roles/pi_modern_shell_env/defaults/main.yml

24 lines
701 B
YAML

---
# Debian names these bat/fd-find, and ships the binaries as batcat/fdfind
# to avoid clashing with other packages — symlinked to bat/fd below.
pi_modern_shell_env_packages:
- fish
- ripgrep
- fd-find
- bat
- fzf
- zoxide
- lsd
- tmux
- curl
# oh-my-posh isn't packaged in apt; installed via the official script
# instead, matching the prompt used in ~/nixconfig's home-manager setup.
pi_modern_shell_env_ohmyposh_install_url: https://ohmyposh.dev/install.sh
pi_modern_shell_env_target_user: "{{ main_user | default('root') }}"
# Off switch for anyone who wants the tools installed without disrupting
# their existing login shell.
pi_modern_shell_env_set_default_shell: true