diff options
author | Matt Singleton <matt@xcolour.net> | 2024-08-09 09:22:19 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-08-09 09:22:19 -0500 |
commit | b706ef9f1b7ea7d3723253a10ba1a7066bfd3e83 (patch) | |
tree | 51af45fb1eb36e97602917f2cc6b8d045d359da4 | |
parent | 38a4e8e941ee07a15b0aa5d388a69df061585ec9 (diff) |
add some missing dependencies to fedora install
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ endif cp --update=none local/vimrc-local stow/vim/.vimrc-local cp --update=none local/gitconfig-local stow/git/.config/git/config-local cp --update=none local/local.zsh stow/zsh/.config/zsh/00-local.zsh + mkdir -p ${HOME}/.local/share/zsh stow --adopt --dir=stow --target=$(HOME) console-utils stow --adopt --dir=stow --target=$(HOME) dircolors stow --adopt --dir=stow --target=$(HOME) git @@ -29,7 +30,7 @@ else udiskie libappindicator-gtk3 python3-b2sdk pass passmenu \ vlc unzip vim wget git zsh stow dnf-automatic \ grimshot pulseaudio-utils thunar pavucontrol-qt \ - network-manager-applet sway-config-fedora + network-manager-applet sway-config-fedora blueman endif .PHONY: fedora |