This commit is contained in:
Ivan Bushchik 2023-07-05 12:28:07 +03:00
parent 8846edf118
commit ab0d0c8f07
No known key found for this signature in database
GPG key ID: 9F6DDABE11A2674D
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ do
ln -s $TEA $HOME/.env/bin/$i
done
$TEA_GUM format "Configuring"
$TEA_GUM format "Configuring dotfiles"
$TEA_GUM spin --title "Cloning ivabus/dotfiles" $TEA git clone https://github.com/ivabus/dotfiles $HOME/.env/dotfiles> /dev/null
mkdir -p $HOME/.env/dotfiles/zsh/plugins $HOME/.env/dotfiles/zsh/themes
curl -fsSL https://raw.githubusercontent.com/ivabus/ivabus-zsh-theme/master/ivabus.zsh-theme -o $HOME/.env/dotfiles/zsh/themes/ivabus.zsh-theme > /dev/null 2>&1

View file

@ -1,7 +1,7 @@
#!/bin/sh
set -e
TEA_GUM="$HOME/.env/tea/charm.sh/gum/v0.9.0/bin/gum"
TEA_GUM=$(cat /tmp/gum)
$TEA_GUM format "Linking \`.zshrc\`"
if [ -f $HOME/.zshrc ]; then