blob: 270db61c3eac3041ea8f214f2214f811fa8b09cd (
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
)
|