Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 577 Bytes

opensuse-for-devs (draft)

Description

Allows installing the most commonly used tools by developers, such as POSIX, IDEs, Frameworks, SDKs (NodeJS, .NET, Java, Ruby).

I utilize it for my personal needs; if it proves helpful, feel free to employ it, but proceed at your own risk.

Steps

Installation

sudo wget -O- https://raw.githubusercontent.com/palonza/opensuse-for-devs/main/install.sh | sudo bash -s "$(whoami)";

Testing

sudo wget -O- https://raw.githubusercontent.com/palonza/opensuse-for-devs/main/test.sh | sudo bash -s "$(whoami)";