#!/bin/sh

. install/need-suid.sh

echo "Setting up apt packages"
cat << EOF > /etc/apt/apt.conf.d/fucksuggested.conf
# generated by github.com/jaromil/dotfiles in install/apt
APT::Get::Install-Recommends "false";
APT::Get::Install-Suggests "false";
APT::Install-Recommends "false";
APT::Install-Suggests "false";
EOF

DEBIAN_FRONTEND=noninteractive \
apt-get install -y -q zsh fzf tmux htop iotop suckless-tools vim-nox git tig\
 software-properties-common apt-transport-https jq mosh direnv \
 mtr-tiny pwgen silversearcher-ag liblnk-utils vbetool \
 net-tools locales bash-completion bsdextrautils curl wget tree

# interactive prompt
# locale-gen en_US.UTF-8
# dpkg-reconfigure locales
