Skip to content

Commit

Permalink
shell/zsh: add tailspin
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlevi committed Jul 20, 2024
1 parent 4bc2a26 commit 6da5594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shell/zsh/_init
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source $DOTTY_CONFIG_HOME/shell/zsh/.zshenv

install() {
# Base utilities
brew install zsh bash wget git curl tree rsync p7zip jq direnv
brew install zsh bash wget git curl tree rsync p7zip jq direnv tailspin

# Use trash instead of rm
case $(_os) in
Expand All @@ -20,7 +20,7 @@ install() {
fi

# Other utilities
brew install shfmt shellcheck neofetch mosh
brew install shfmt shellcheck neofetch

# True color and Italic support https://github.com/syl20bnr/spacemacs/wiki/Terminal
if _is_callable /usr/bin/tic; then
Expand Down

0 comments on commit 6da5594

Please sign in to comment.