We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3211528 commit 52b5648Copy full SHA for 52b5648
src/commands/applications-setup/tab_data.toml
@@ -6,7 +6,7 @@ script = "alacritty-setup.sh"
6
7
[[data]]
8
name = "Bash Prompt"
9
-command = "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)\""
+command = "curl -sSL https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh | sh"
10
11
12
name = "DWM-Titus"
@@ -18,7 +18,7 @@ script = "kitty-setup.sh"
18
19
20
name = "Neovim"
21
-command = "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)\""
+command = "curl -sSL https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh | sh"
22
23
24
name = "Rofi"
0 commit comments