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