blob: 7fa6d8b6fce3cc1505073ac1a3f8f0fa2958fc37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
pkgname=custom-base-meta
pkgver=0.1
pkgrel=1
pkgdesc='Meta package to install my base setup'
url='https://code.kummerlaender.eu/Dotfiles/'
arch=('any')
depends=(
fish
git
git-ftp
openssh
ufw
stow
ack
tree
lsof
screen
ranger
sed
diffutils
sshfs
wget
w3m
lynx
bash
bash-completion
binutils
colordiff
htop
python-virtualenv
python-virtualfish
cv-git
tarsnap
abs
package-query-git
yaourt
python3-aur
vim-jellybeans
vim-gitgutter-git
vim-renamer
)
|