sunhat/install.sh

27 lines
780 B
Bash
Raw Normal View History

2024-05-25 15:52:00 -05:00
# Libraries and infrastructure
sudo apt update -y
sudo apt install -y \
docker.io docker-buildx \
build-essential pkg-config autoconf bison rustc cargo clang \
libssl-dev libreadline-dev zlib1g-dev libyaml-dev libreadline-dev libncurses5-dev libffi-dev libgdbm-dev libjemalloc2 \
libvips imagemagick libmagickwand-dev mupdf mupdf-tools \
redis-tools sqlite3 libsqlite3-0 libmysqlclient-dev \
rbenv apache2-utils
# CLI apps
sudo apt install -y git curl fzf ripgrep bat eza zoxide btop
sudo snap install code zellij --classic
# GUI apps
sudo apt install xournalpp nautilus-dropbox alacritty
sudo snap install 1password spotify vlc zoom-client signal-desktop pinta
# Installers
2024-05-25 22:03:33 -05:00
source "$(pwd)"/install/*.sh
2024-05-25 15:52:00 -05:00
# Configuration
2024-05-25 21:33:41 -05:00
gh auth login
2024-05-25 15:52:00 -05:00
# Start
2024-05-25 21:49:54 -05:00
source start/containers.sh