Skip to content

joamatab/install_new_computer

Repository files navigation

Install new computer (inc) 0.1.0

Install basic software for different operating systems:

See documentation

Installation for users

pip install inc

Installation for developers

Copy-paste these 3 lines into a terminal. For example bash install mac.mk will run the macOs installer

git clone https://github.com/joamatab/install_new_computer.git ~/install_new_computer
cd install_new_computer/bash
bash install mac

where you can replace mac.mk by any of the supported OS:

  • arch
  • centos
  • fedora
  • mac
  • ubuntu

This install the specific install section of the Makefile for the selected distro.

To install specific sections of each Makefile you can also run

bash install centos desktop

For MacOs type this into a terminal

xcode-select --install

Usage

inc --help

Links: