Skip to content

Commit

Permalink
[perf][refactor] massively simplify package optimizations
Browse files Browse the repository at this point in the history
with comtrya/comtrya#140 everyting just works without
any shenanigans
  • Loading branch information
mriehl committed Mar 4, 2022
1 parent 268e204 commit b97b2e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 58 deletions.
12 changes: 4 additions & 8 deletions manifests/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
actions:
- action: package.install
provider: yay
extra_args:
- --needed
list:
- acpi
- alacritty
Expand Down Expand Up @@ -107,12 +105,10 @@ actions:
- starship
- fd
- openssl
- pkg-config
- pkgconf
- s-tui
- make

# install separately because intellij upgrades will conflict with pkg installation
- action: package.install
provider: yay
list:
- visual-studio-code-bin
- i3blocks-contrib
- nerd-fonts-fira-code
- intellij-idea-community-edition
50 changes: 0 additions & 50 deletions manifests/slow_pkg.yaml

This file was deleted.

0 comments on commit b97b2e7

Please sign in to comment.