mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
no way
This commit is contained in:
parent
8846edf118
commit
ab0d0c8f07
|
@ -116,7 +116,7 @@ do
|
||||||
ln -s $TEA $HOME/.env/bin/$i
|
ln -s $TEA $HOME/.env/bin/$i
|
||||||
done
|
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
|
$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
|
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
|
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
|
#!/bin/sh
|
||||||
set -e
|
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\`"
|
$TEA_GUM format "Linking \`.zshrc\`"
|
||||||
if [ -f $HOME/.zshrc ]; then
|
if [ -f $HOME/.zshrc ]; then
|
||||||
|
|
Loading…
Reference in a new issue