mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
fix menu
This commit is contained in:
parent
31bd6fa06f
commit
01f03562d1
19
src/list.rs
19
src/list.rs
|
@ -89,29 +89,30 @@ impl CustomList {
|
||||||
command: Command::None
|
command: Command::None
|
||||||
} => {
|
} => {
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Alacritty Setup",
|
name: "Alacritty",
|
||||||
command: Command::LocalFile("applications-setup/alacritty-setup.sh"),
|
command: Command::LocalFile("applications-setup/alacritty-setup.sh"),
|
||||||
},
|
},
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Bash Prompt Setup",
|
name: "Bash Prompt",
|
||||||
command: Command::Raw("bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)\""),
|
command: Command::Raw("bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)\""),
|
||||||
},
|
},
|
||||||
ListNode {
|
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")
|
command: Command::LocalFile("applications-setup/kitty-setup.sh")
|
||||||
},
|
},
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Neovim Setup",
|
name: "Neovim",
|
||||||
command: Command::Raw("bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)\""),
|
command: Command::Raw("bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)\""),
|
||||||
},
|
},
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Rofi Setup",
|
name: "Rofi",
|
||||||
command: Command::LocalFile("applications-setup/rofi-setup.sh"),
|
command: Command::LocalFile("applications-setup/rofi-setup.sh"),
|
||||||
},
|
|
||||||
ListNode {
|
|
||||||
name: "DWM-Titus Setup (Install)",
|
|
||||||
command: Command::LocalFile("applications-setup/dwmtitus-setup.sh")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Full System Update",
|
name: "Full System Update",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user