Skip to content

Commit

Permalink
Change zoxide install method
Browse files Browse the repository at this point in the history
  • Loading branch information
grimm26 committed Aug 8, 2022
1 parent 36ee29b commit 8cc64c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/yadm/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ case $(uname) in
&& chmod 755 ${home_bin}/kubectl
fi
# zoxide
curl -sS https://webinstall.dev/zoxide | bash
print "zoxide"
curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash

# Hack Nerd font
echo "Install Hack Nerd font"
Expand Down

0 comments on commit 8cc64c3

Please sign in to comment.