DannyBen / bootstrap

My personal Ubuntu bootstrap metascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu 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 run this on a fully updated machine - update using:

sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y
reboot # if needed

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.

About

My personal Ubuntu bootstrap metascript


Languages

Language:Shell 100.0%