Skip to content

Commit

Permalink
add delta
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Sep 9, 2024
1 parent 1a7140a commit 9897dad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion linux/run_once_01_init_setup.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ sudo apt install -y \
gh \
ripgrep \
wget \
nala
nala \
# cargo
curl https://sh.rustup.rs -sSf | sh

# sheldon
~/.cargo/bin/cargo install sheldon

# delta
~/.cargo/bin/cargo install delta

# starship
curl -sS https://starship.rs/install.sh | sh -s -- --yes

Expand Down

0 comments on commit 9897dad

Please sign in to comment.