From 01f03562d1aabef286c7352743be8328bdb63240 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 8 Aug 2024 15:33:30 -0500 Subject: [PATCH] fix menu --- src/list.rs | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/list.rs b/src/list.rs index b5f55fed..a5cba88d 100644 --- a/src/list.rs +++ b/src/list.rs @@ -89,29 +89,30 @@ impl CustomList { command: Command::None } => { ListNode { - name: "Alacritty Setup", + name: "Alacritty", command: Command::LocalFile("applications-setup/alacritty-setup.sh"), }, ListNode { - name: "Bash Prompt Setup", + name: "Bash Prompt", command: Command::Raw("bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)\""), }, ListNode { - name: "Kitty Setup", + name: "DWM-Titus", + command: Command::LocalFile("applications-setup/dwmtitus-setup.sh") + }, + ListNode { + name: "Kitty", command: Command::LocalFile("applications-setup/kitty-setup.sh") }, ListNode { - name: "Neovim Setup", + name: "Neovim", command: Command::Raw("bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)\""), }, ListNode { - name: "Rofi Setup", + name: "Rofi", command: Command::LocalFile("applications-setup/rofi-setup.sh"), - }, - ListNode { - name: "DWM-Titus Setup (Install)", - command: Command::LocalFile("applications-setup/dwmtitus-setup.sh") } + }, ListNode { name: "Full System Update",