An open API service indexing awesome lists of open source software.

https://github.com/bram-pkg/pc-setup

Tools for installing my PC's
https://github.com/bram-pkg/pc-setup

archlinux scripts windows

Last synced: 10 months ago
JSON representation

Tools for installing my PC's

Awesome Lists containing this project

README

          

# PC Setup

## Linux

### JetBrains Toolbox

```bash
curl -sSL https://raw.githubusercontent.com/bramceulemans/pc-setup/master/linux/jetbrains-toolbox | bash
```

This script requires `wget` and `tar`

### Composer

```bash
curl -sSL https://raw.githubusercontent.com/bramceulemans/pc-setup/master/linux/composer | bash
```

## Windows

Configuration for Windows can be found [here](windows/README.md)