7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
themeupdate () {
|
|
curl -fsSL https://starship.rs/install.sh | bash
|
|
}
|
|
|
|
themeupdate
|