Install more dictionaries and use a smaller one by default
lol
This commit is contained in:
parent
175b36c3ed
commit
884ed33ab6
@ -48,7 +48,10 @@
|
|||||||
- python3-pip
|
- python3-pip
|
||||||
- qt5-default # For Multimc, should be installed on Kubuntu
|
- qt5-default # For Multimc, should be installed on Kubuntu
|
||||||
- vim
|
- vim
|
||||||
- wamerican-insane # Because I'm insane
|
- wamerican # Dictionaries because I have like two scripts that use them
|
||||||
|
- wamerican-large
|
||||||
|
- wamerican-huge
|
||||||
|
- wamerican-insane
|
||||||
- xz-utils # For Ansible deb support
|
- xz-utils # For Ansible deb support
|
||||||
- name: Install fonts and themes
|
- name: Install fonts and themes
|
||||||
apt:
|
apt:
|
||||||
@ -133,5 +136,5 @@
|
|||||||
file:
|
file:
|
||||||
path: /etc/dictionaries-common/words
|
path: /etc/dictionaries-common/words
|
||||||
state: link
|
state: link
|
||||||
src: /usr/share/dict/american-english-insane
|
src: /usr/share/dict/american-english
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user