Skip to content

Commit

Permalink
Add opam and add_packages.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
rsulli55 committed Mar 23, 2024
1 parent 83eebfc commit 3716f64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions add_packages.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

echo "${@}" >> packages
echo "Update packages"
cat packages | sort -u | tee packages
1 change: 1 addition & 0 deletions packages
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ncurses
neofetch
neovim
npm
opam
plocate
python-pip
python-pipx
Expand Down

0 comments on commit 3716f64

Please sign in to comment.