/bootstrap

My personal Ubuntu bootstrap metascript

Primary LanguageShell

Ubuntu / Arch Linux Bootstrap

This is a personal repository, nothing to see here.

If you are me...

Run this on any new ubuntu machine to set it up just as you like it:

curl -Ls get.dannyb.co/bootstrap | bash

It is recommended to ensure the package manager database is up to date, and reboot if necessary.

# Ubuntu
sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y

# Arch Linux
sudo pacman -Suy

Additional information

This script:

  • Installs the rush package manager.
  • Connects rush to my rush-repo.
  • Runs the meta-package my/bootstrap to install basic configuration packages.