summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-06 15:16:41 -0500
committerToby Vincent <tobyv13@gmail.com>2021-11-06 15:16:41 -0500
commitd51d9519fc59cd61123162c9b46053a475dcde3b (patch)
tree8c16133e022db96f36c8e190e361710689eb6a48 /install.conf.yaml
parentf2163cf3e010d12eadce8908cff2148a0f04d14c (diff)
feat: added starship config and installer
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 6b00c25..a82fc83 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -12,6 +12,8 @@
- shell:
- command: git submodule update --init --recursive
description: Installing submodules
+ - command: sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --bin-dir "${HOME}/.local/bin" --yes
+ description: Installing Starship
- command: curl -sfL git.io/antibody | sh -s - -b "${HOME}/.local/bin"
description: Installing antibody
- command: (cd ${HOME}/dotfiles/zsh; antibody bundle < plugins.txt > plugins.zsh)