Start adding list of arch packages to install for convenience

This commit is contained in:
Evie Litherland-Smith 2023-01-12 11:56:10 +00:00
parent 844f52ffa6
commit 75d47d950d
2 changed files with 24 additions and 0 deletions

View file

@ -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)
```

15
pacman.txt Normal file
View file

@ -0,0 +1,15 @@
arandr
curl
firefox
fzf
git
kitty
lazygit
lua-language-server
neovim
python
python-pynvim
rclone
rsync
tar
wget