Skip to content

Commit 52b5648

Browse files
committed
use dash instead of bash for inlined application-setup commands & simplify invocations
1 parent 3211528 commit 52b5648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/applications-setup/tab_data.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ script = "alacritty-setup.sh"
66

77
[[data]]
88
name = "Bash Prompt"
9-
command = "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)\""
9+
command = "curl -sSL https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh | sh"
1010

1111
[[data]]
1212
name = "DWM-Titus"
@@ -18,7 +18,7 @@ script = "kitty-setup.sh"
1818

1919
[[data]]
2020
name = "Neovim"
21-
command = "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)\""
21+
command = "curl -sSL https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh | sh"
2222

2323
[[data]]
2424
name = "Rofi"

0 commit comments

Comments
 (0)