63 lines
1.6 KiB
Bash
Executable File
63 lines
1.6 KiB
Bash
Executable File
# TODO: Instructions
|
|
#sudo apt install git
|
|
|
|
################################################################################
|
|
################################################################################
|
|
################################################################################
|
|
# Configure APT Proxy
|
|
|
|
#echo 'Configure APT Proxy...'
|
|
#cat etc/apt/apt.conf.d/00mlaga97proxy | sudo tee /etc/apt/apt.conf.d/00mlaga97proxy
|
|
|
|
################################################################################
|
|
################################################################################
|
|
################################################################################
|
|
# Install Nala and basic utilties
|
|
|
|
sudo apt update
|
|
sudo apt install -y nala
|
|
|
|
#sudo nala upgrade -y
|
|
|
|
# Utilities
|
|
sudo nala install -y build-essential openssh-server rclone pv curl byobu htop baobab
|
|
|
|
################################################################################
|
|
################################################################################
|
|
################################################################################
|
|
# Other Applications
|
|
|
|
# SSH Trust
|
|
./remove-snap.sh
|
|
./remove-apport.sh
|
|
# Remove DNSStubListener
|
|
./docker.sh
|
|
./vim.sh
|
|
./gnome-terminal-profile.sh
|
|
./google-chrome.sh
|
|
#./google-earth-pro.sh
|
|
#./mysql-workbench.sh
|
|
# YubiKey Stuff
|
|
./bashrc.d.sh
|
|
# .inputrc
|
|
sudo usermod -aG dialout `whoami`
|
|
# sysctl.d
|
|
# xdg paths
|
|
# tinc
|
|
# openscad, BOSL2, etc.
|
|
./i3wm.sh
|
|
# HAM Stuff
|
|
# Multimedia Software
|
|
sudo nala install -y virtualbox virtualbox-ext-pack
|
|
# STM32CubeIDE
|
|
# ArduinoIDE
|
|
# PrusaSlicer
|
|
# Digilent Waveforms
|
|
# Wine
|
|
# GLabels
|
|
# ADB, Android Studio
|
|
# VLC
|
|
# Quasselclient
|
|
# Samba
|
|
|