Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
charitarthchugh committed Apr 9, 2024
2 parents a80994a + b3daeb6 commit 9ce91ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions packages/yay-cli.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
git
curl
wget

fish
zsh
gawk
unzip
unrar


starship
topgrade
trash-cli
Expand All @@ -24,8 +21,6 @@ chronie
fd
dust
exa


nodejs
npm
python
Expand All @@ -35,8 +30,6 @@ python39
llvm
gcc
cmake


nerd-fonts-complete
neovim
btop
Expand Down
1 change: 1 addition & 0 deletions packages/yay-gui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ gvfs-goa
gvfs-smb
gvfs-mtp
gvfs-nfs
ttf-firacode-nerd
2 changes: 1 addition & 1 deletion scripts/yay-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ ! -n "$(pacman -Qs yay)" ]; then
fi
# Install apt packages (cli only)
while read package; do
yay -S --needed -y "$package"
yay -S --needed --noconfirm --answerdiff None --answerclean None --removemake -y "$package"
if [[ $? -eq 0 ]]; then
echo "$package is installed from yay!"
else
Expand Down
2 changes: 1 addition & 1 deletion scripts/yay-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Install apt packages (cli only)
while read package; do
yay -S --needed -y "$package"
yay -S --needed --noconfirm --answerdiff None --answerclean None --removemake -y "$package"
if [[ $? -eq 0 ]]; then
echo "$package is installed from yay!"
else
Expand Down

0 comments on commit 9ce91ab

Please sign in to comment.