Start adding list of arch packages to install for convenience
This commit is contained in:
parent
844f52ffa6
commit
75d47d950d
|
@ -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
15
pacman.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
arandr
|
||||
curl
|
||||
firefox
|
||||
fzf
|
||||
git
|
||||
kitty
|
||||
lazygit
|
||||
lua-language-server
|
||||
neovim
|
||||
python
|
||||
python-pynvim
|
||||
rclone
|
||||
rsync
|
||||
tar
|
||||
wget
|
Loading…
Reference in a new issue