dotfiles/bin/themeupdate
2020-07-24 16:31:46 +02:00

7 lines
98 B
Bash
Executable file

#!/bin/bash
themeupdate () {
curl -fsSL https://starship.rs/install.sh | bash
}
themeupdate