Skip to content

tripinpurple/new-station-who-this

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

new station, who this?

Description

This script makes it easy to setup a new work-station
It has all of the necessary packages and casks for work
Yes spotify is necessary :3

Lists

You can clone and edit the lists for yourself or fork the project so it suites your needs.

Example:

for devops role

What does it do?

The script first checks if homebrew is setup, if not it installes the software.
Once homebrew is ready it goes over the lists and installes them.

Installation

First lets clone the project

git clone git@github.com:tripinpurple/new-station-who-this.git

Then we can make the shell script executable

chmod +x ./install.sh

Lastly execute the script

./install.sh

Or a one liner

This script should be only executed once
You can use this one liner to do all that & leave no cluter on your disk
cd /tmp && git clone git@github.com:tripinpurple/new-station-who-this.git && cd new-station-who-this && chmod +x ./install.sh && ./install.sh && cd .. && rm -rf new-station-who-this && cd

About

Installation script for a fresh station

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages