Skip to content

danielkleinstein/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

My personal repository for a new server/machine setup.

Quick Setup

if command -v sudo >/dev/null 2>&1; then
    SUDO="sudo"
else
    SUDO=""
fi

$SUDO apt update -y
$SUDO apt install software-properties-common -y
$SUDO apt install git -y
git clone https://github.com/danielkleinstein/config.git
$SUDO ./config/setup.sh
rm -rf config

About

Configuration for a new machine/server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published