mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 23:55:07 +03:00
no way
This commit is contained in:
parent
8846edf118
commit
ab0d0c8f07
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue