Skip to content

Commit

Permalink
Remove fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
toandaominh1997 committed Oct 20, 2022
1 parent 13ed984 commit 427d47e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
bash config.sh upgrade
- name: Show version
run: |
echo tmux -V
echo vim --version
echo nvim --version
echo node --version
echo fzf --version
echo $(brew --version)
echo $(tmux -V)
echo $(vim --version)
echo $(nvim --version)
echo $(node --version)
echo $(fzf --version)
2 changes: 2 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ fi
if [[ ! -d $HOME/.dotfiles/fzf ]]; then
echo "install FZF"
brew install fzf
$(brew --prefix)/opt/fzf/install --all
elif [[ $1 == "upgrade" ]]; then
echo "upgrade FZF"
brew reinstall fzf
$(brew --prefix)/opt/fzf/install --all
else
echo "FZF is installed"
fi
Expand Down

0 comments on commit 427d47e

Please sign in to comment.