diff options
| author | Christian Krinitsin <code@krinitsin.xyz> | 2024-04-10 17:19:59 +0200 |
|---|---|---|
| committer | Christian Krinitsin <code@krinitsin.xyz> | 2024-04-10 17:19:59 +0200 |
| commit | ad07a0b42c342ee8019cbe30b789ca40dcc29ed9 (patch) | |
| tree | dcf138479333243e0e23443c1f01b3c03d94ce74 | |
| parent | 5963d59fa8719f1eaa99ffcfde4dfe65270c7a0d (diff) | |
| download | dotfiles-ad07a0b42c342ee8019cbe30b789ca40dcc29ed9.tar.gz dotfiles-ad07a0b42c342ee8019cbe30b789ca40dcc29ed9.zip | |
added packages
| -rwxr-xr-x | install.sh | 2 | ||||
| -rwxr-xr-x | scripts/install-packages.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh index 2f5a279..066c5b2 100755 --- a/install.sh +++ b/install.sh @@ -30,6 +30,6 @@ for f in *; do # Create symlink if not ignored if [[ $ignored == false ]]; then - stow $f + stow "$f" fi done diff --git a/scripts/install-packages.sh b/scripts/install-packages.sh index d5d5d74..fee8721 100755 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash # install packages -sudo pacman -S xorg-server-xwayland nerd-fonts zoxide waybar bison startup-notification flex wayland-protocols pkg-config cmake gcc alacritty dunst neovim qutebrowser starship xdg-user-dirs zathura meson ninja +sudo pacman -S libnotify wl-clipboard qt6-wayland xorg-server-xwayland nerd-fonts zoxide waybar bison startup-notification flex wayland-protocols pkg-config cmake gcc alacritty dunst neovim qutebrowser starship xdg-user-dirs zathura meson ninja sudo pacman -S pipewire pipewire-audio pipewire-alsa pipewire-pulse pavucontrol |