diff --git a/plugins/termuxer_patrick330602/README.md b/plugins/termuxer_patrick330602/README.md
deleted file mode 100644
index d4f0fdf9..00000000
--- a/plugins/termuxer_patrick330602/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# termuxer
-
-![screenshot](Screenshot.png)
-
-**termuxer** is a simple yet fancy Oh-My-Zsh theme inspired by agnoster and linuxer theme. It features:
-
-- Current Line of Command
-- Current Device Display
-- Current Directory status
-- Last Returned Error Code
-
-## Installation
-
-**`curl` and Termux API should be installed**
-
-type the following in the terminal:
-
-`curl -fsSL https://raw.githubusercontent.com/patrick330602/termuxer/master/termuxer.zsh-theme >> ~/.oh-my-zsh/custom/themes/termuxer.zsh-theme`
-
-## License
-
-The Project is under MIT.
-
diff --git a/plugins/termuxer_patrick330602/index.ts b/plugins/termuxer_patrick330602/index.ts
deleted file mode 100644
index dc361139..00000000
--- a/plugins/termuxer_patrick330602/index.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-const plugin: Fig.Plugin = {
-  icon: "💾",
-  name: "termuxer_patrick330602",
-  displayName: "Termuxer Theme",
-  type: "shell",
-  description: "A oh-my-zsh theme for termux",
-  authors: [
-    {
-      name: "patrick330602",
-      github: "patrick330602",
-      twitter: "callmepkwu",
-    },
-  ],
-  github: "patrick330602/termuxer",
-  license: ["MIT"],
-  shells: ["zsh"],
-  categories: ["Prompt"],
-  installation: {
-    origin: "github",
-    sourceFiles: ["termuxer.zsh-theme"],
-  },
-};
-
-export default plugin;