Skip to content

Commit

Permalink
Update nerdfonts and kubernetes repo
Browse files Browse the repository at this point in the history
  • Loading branch information
danpawlik committed Oct 4, 2024
1 parent 93d3f74 commit b49fab6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ansible/roles/dotfiles/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@ components: []
enable_rpmfusion: true
enable_nerd_fonts: true
enable_kubernetes_tools: true
kubernetes_repo_version: v1.29
kubernetes_repo_version: v1.30
enable_nested_virtualization: true

# package, direct or patched
nerd_fonts_install: patched
# small or full
nerd_fonts_pack: small
nerd_fonts_version: v3.0.2
nerd_fonts_version: v3.2.1
nerd_fonts:
- SourceCodePro
- RobotoMono
- DroidSansMono
- Hack
- JetBrainsMono
- FiraCode
- Iosevka
- CascadiaCode

nerd_fonts_package:
Expand All @@ -33,13 +31,11 @@ nerd_fonts_package:
- cascadia-code-fonts

nerd_fonts_patched:
- "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/{{ nerd_fonts_version }}/patched-fonts/SourceCodePro/Regular/SauceCodeProNerdFontMono-Regular.ttf"
- "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/{{ nerd_fonts_version }}/patched-fonts/RobotoMono/Regular/RobotoMonoNerdFontMono-Regular.ttf"
- "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/{{ nerd_fonts_version }}/patched-fonts/DroidSansMono/DroidSansMNerdFontMono-Regular.otf"
- "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/{{ nerd_fonts_version }}/patched-fonts/Hack/Regular/HackNerdFontMono-Regular.ttf"
- "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/{{ nerd_fonts_version }}/patched-fonts/JetBrainsMono/NoLigatures/Regular/JetBrainsMonoNLNerdFontMono-Regular.ttf"
- "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/{{ nerd_fonts_version }}/patched-fonts/FiraCode/Regular/FiraCodeNerdFontMono-Regular.ttf"
- "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/{{ nerd_fonts_version }}/patched-fonts/Iosevka/Regular/IosevkaNerdFontMono-Regular.ttf"
- "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/{{ nerd_fonts_version }}/patched-fonts/CascadiaCode/Regular/CaskaydiaCoveNerdFontMono-Regular.ttf"

other_fonts:
Expand Down

0 comments on commit b49fab6

Please sign in to comment.