kitty configuration
This commit is contained in:
parent
5e7ff61757
commit
a1120dddeb
3 changed files with 2733 additions and 0 deletions
|
|
@ -46,6 +46,8 @@
|
|||
macos_fish_path: /opt/homebrew/bin/fish
|
||||
arch_fish_path: /usr/bin/fish
|
||||
|
||||
kitty_font_size: 11.0
|
||||
|
||||
tasks:
|
||||
- name: Check the current OS family
|
||||
ansible.builtin.set_fact:
|
||||
|
|
@ -146,3 +148,16 @@
|
|||
{% elif is_arch %}{{ arch_fish_path }}\
|
||||
{% else %}/bin/fish\
|
||||
{% endif %}"
|
||||
|
||||
- name: macOS-specific kitty settings
|
||||
ansible.builtin.set_fact:
|
||||
kitty_font_size: 14.0
|
||||
when: is_macos
|
||||
|
||||
- name: Configure kitty
|
||||
ansible.builtin.template:
|
||||
src: templates/kitty.conf.j2
|
||||
dest: ~/.config/kitty/kitty.conf
|
||||
mode: u+rw,g+r,o+r
|
||||
variable_start_string: '[['
|
||||
variable_end_string: ']]'
|
||||
|
|
|
|||
2667
.local/share/dotfiles/templates/kitty.conf.j2
Normal file
2667
.local/share/dotfiles/templates/kitty.conf.j2
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue