Skip to content

Commit

Permalink
refactor(setup): Add ! to the Vim command
Browse files Browse the repository at this point in the history
To force close, and remove `-` from tar.
  • Loading branch information
5ouma committed Feb 14, 2024
1 parent 1eb98df commit 4d7d0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ getGum() {

if (! type gum &>/dev/null); then
printf ' 🚚💨 Now delivering...'
curl -sL "$gumUrl" | tar -zxC "$TMPDIR" 'gum' && alias gumCom='$TMPDIR/gum'
curl -sL "$gumUrl" | tar zxC "$TMPDIR" 'gum' && alias gumCom='$TMPDIR/gum'
printf '\r '
else
alias gumCom='$(which gum)'
Expand Down Expand Up @@ -343,7 +343,7 @@ installVimPlugins() {
export MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc"
export VIMINIT="source $MYVIMRC"
vim +Jetpack +qall
gum run 'Building a binary of vim-lumen...' -- vim +qall
gum run 'Building a binary of vim-lumen...' -- vim +qall!
} && run 'installVimPlugins' '## 🖌 Install Vim plugins'

#==================================================[ Done! ]==================================================#
Expand Down

0 comments on commit 4d7d0d6

Please sign in to comment.