mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 13:23:09 +01:00
53f3ef09f4
Not all of these packages may be useful to everyone, and that's fine. Any list I create won't satisfy everyone, but reducing the number of PKGBUILDs makes it easier to see and change all the packages installed on the system as a whole. Due to the nature of how Arch Linux works, most users won't even need my PKGBUILDs. With the exception of setting up X with a bare-minimum window manager, installing and configuring most software is as simple as using pacman to install that software and symlinking any config files you want to their relevant directories, if any.
65 lines
1.1 KiB
Bash
Vendored
65 lines
1.1 KiB
Bash
Vendored
pkgname=tari-core
|
|
pkgver=0.4.0
|
|
pkgrel=1
|
|
pkgdesc="My Arch Linux setup"
|
|
arch=('any')
|
|
depends=(stow
|
|
python-pywal
|
|
rng-tools
|
|
fd
|
|
exa
|
|
ripgrep
|
|
fzf
|
|
jq
|
|
zip
|
|
unzip
|
|
p7zip
|
|
unrar
|
|
borg
|
|
openssh
|
|
openvpn
|
|
mpd
|
|
mpc
|
|
ncmpcpp
|
|
htop
|
|
neofetch
|
|
fdupes
|
|
youtube-dl
|
|
ranger
|
|
weechat
|
|
ncdu
|
|
task
|
|
cmatrix
|
|
imagemagick
|
|
lolcat
|
|
figlet
|
|
vim
|
|
neovim
|
|
httpie
|
|
rsync
|
|
git
|
|
tig
|
|
diff-so-fancy
|
|
tmux
|
|
nodejs
|
|
npm
|
|
yarn
|
|
crystal
|
|
shards
|
|
llvm
|
|
rustup
|
|
ansible
|
|
docker
|
|
docker-compose
|
|
bind-tools
|
|
pacman-contrib
|
|
nginx-mainline
|
|
jdk-openjdk
|
|
texlive-core
|
|
texlive-science
|
|
texlive-humanities
|
|
texlive-fontsextra
|
|
texlive-latexextra
|
|
texlive-bibtexextra
|
|
minted)
|