From 75d47d950d23d05802aa52249eab79da8864294b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 12 Jan 2023 11:56:10 +0000 Subject: [PATCH] Start adding list of arch packages to install for convenience --- README.md | 9 +++++++++ pacman.txt | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 pacman.txt diff --git a/README.md b/README.md index cc38dc6d..cdb6ec9f 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,12 @@ Collection of various settings, configurations and other miscellaneous tools. ## Templates - Python package - Crontab + +# Package config +List of arch personal arch linux packages in `pacman.txt`. + +Install with: + +```sh +sudo pacman --needed -S $(awk '{print $1}' pacman.txt) +``` diff --git a/pacman.txt b/pacman.txt new file mode 100644 index 00000000..46a8fb65 --- /dev/null +++ b/pacman.txt @@ -0,0 +1,15 @@ +arandr +curl +firefox +fzf +git +kitty +lazygit +lua-language-server +neovim +python +python-pynvim +rclone +rsync +tar +wget