diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-09 13:21:19 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-09 13:21:19 +0100 |
commit | b1aeec815aa4027700780286ec153a819a8a9c7b (patch) | |
tree | 373c1b8a65c69d421e6cb8b9f6bbebdd75563494 | |
parent | 84f0c1d34b1f3a6645c3c8c6087f7bd3660ff9d3 (diff) |
Add package slurp and noto-fonts
-rw-r--r-- | install-arch.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install-arch.sh b/install-arch.sh index 2daa234..4f92328 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -131,7 +131,8 @@ sudo pacman -Sy \ openssh zsh man-db \ ripgrep fd \ rclone fuse2 \ - btop nnn + btop nnn \ + noto-fonts noto-fonts-cjk noto-fonts-emoji yadm bootstrap @@ -142,7 +143,7 @@ sudo pacman -Sy \ xorg-xwayland wofi \ gammastep \ alsa-utils brightnessctl cups cups-pdf \ - imv grim mpv \ + imv grim slurp mpv \ keepassxc wl-clipboard \ qutebrowser |