File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
ansible/.ansible/dwm/roles/conf Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 59
59
.#*
60
60
61
61
- name : Download nord theme alacritty
62
- ansible.builtin.get_url :
63
- url : ' {{ nord_alatty_url }}'
64
- dest : ' {{ ansible_user_dir }}/.config/alacritty/nord.yml'
62
+ block :
63
+ - name : Download nord theme
64
+ ansible.builtin.get_url :
65
+ url : ' {{ nord_alatty_url }}'
66
+ dest : ' {{ ansible_user_dir }}/.config/alacritty/nord.yml'
67
+ - name : Temp patch it (lazy upstream)
68
+ ansible.builtin.replace :
69
+ path : ' {{ ansible_user_dir }}/.config/alacritty/nord.yml'
70
+ regexp : ' bar:'
71
+ replace : ' footer_bar:'
65
72
66
73
- name : Download and install Hack Nerd Fonts
67
74
block :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ my_std_xdg_path:
21
21
- Pictures/Wallpapers
22
22
- Videos/Screencasts
23
23
24
- nord_alatty_url : https://raw.githubusercontent.com/arcticicestudio/nord- alacritty/develop /src/nord.yml
24
+ nord_alatty_url : https://raw.githubusercontent.com/nordtheme/ alacritty/main /src/nord.yaml
25
25
26
26
font_url : https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Hack/Regular/HackNerdFont-Regular.ttf
27
27
You can’t perform that action at this time.
0 commit comments