Skip to content

Commit

Permalink
Add ranger
Browse files Browse the repository at this point in the history
  • Loading branch information
rsulli55 committed Apr 5, 2024
1 parent 1c9bd89 commit f46bf08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions add_packages.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

echo "${@}" >> packages
echo "Update packages"
cat packages | sort -u | tee packages
echo "${@}" >> extra-packages
echo "Updated packages"
cat extra-packages | sort -u | tee extra-packages
1 change: 1 addition & 0 deletions extra-packages
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ opam
python-pip
python-pipx
qpdf
ranger
ripgrep
rustup
speedtest-cli
Expand Down

0 comments on commit f46bf08

Please sign in to comment.