From 7c5063664366447219cfc0e1f286f7713455892c Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Fri, 16 Sep 2022 14:38:07 -0400 Subject: Added kitty terminal emulator --- kali.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kali.yml b/kali.yml index 0f76cff..5545a9b 100644 --- a/kali.yml +++ b/kali.yml @@ -179,6 +179,21 @@ norc: yes state: latest user_install: no + + - name: Install Kitty Terminal Emulator 🐱 + ansible.builtin.command: /usr/bin/curl -sL https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/sdtin dest=/opt launch=n + + - name: Create Desktop Icon for Kitty 🐱 + ansible.builtin.copy: + dest: "/usr/share/applications" + content: | + [Desktop Entry] + Version=0.26.2 + Type=Application + Name=Kitty Terminal Emulator + Exec=/opt/kitty.app/bin/kitty + Icon=/opt/kitty.app/share/icons/hicolor/256x256/apps/kitty.png + Categories=Utility - name: Disable mouse interactivity in vim (╯°□°)╯︵ ┻━┻ ansible.builtin.blockinfile: -- cgit v1.2.3