1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache
| - hosts: "{{ HOSTS }}" | |
| name: Install Docker | |
| become: yes | |
| vars: | |
| docker_group: docker | |
| tasks: | |
| - name: Install apt-transport-https | |
| ansible.builtin.apt: | |
| name: | |
| - apt-transport-https |
| type Entity = number | |
| abstract class Component { } | |
| abstract class System { | |
| public abstract componentsRequired: Set<Function> | |
| public abstract update(entities: Set<Entity>): void | |
| public ecs: ECS | |
| } | |
| type ComponentClass<T extends Component> = new (...args: any[]) => T | |
| class ComponentContainer { | |
| private map = new Map<Function, Component>(); |
1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache