Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Aptfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Utils
zsh
fzf
ripgrep
colordiff
bat

Expand Down
4 changes: 4 additions & 0 deletions core/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -457,3 +457,7 @@ zinit light zsh-users/zsh-autosuggestions
zinit light zdharma/fast-syntax-highlighting
# TODO: Uninstall Starship from both Mac and Raspberry Pi, and manage it with Zinit
# Because on Ubuntu it cannot be installed via apt
if [ "$(uname -i)" = "aarch64" ] && [ "$OSTYPE" =~ "linux-gnu" ]; then
zinit ice from"gh-r" as"program" bpick"*aarch64-unknown-linux-gnu*" pick"rg"
zinit light microsoft/ripgrep-prebuilt
fi

0 comments on commit b23bb02

Please sign in to comment.