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
- Host: GitHub
- URL: https://github.com/bram-pkg/pc-setup
- Owner: bram-pkg
- Created: 2019-06-03T13:31:59.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-02T12:44:52.000Z (over 4 years ago)
- Last Synced: 2025-06-13T06:06:39.294Z (10 months ago)
- Topics: archlinux, scripts, windows
- Language: Shell
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)