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

https://github.com/pixelcmtd/dotfiles


https://github.com/pixelcmtd/dotfiles

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

A bunch of `dotfiles` and scripts for installing them with GNU Stow, as well as
installing all of the actual packages.

## chrissx Arch And Manjaro Os

A very thin layer on top of your preferred Arch-based install. Mainly developed
for and tested on Manjaro KDE.

```sh
curl -L https://github.com/pixelcmtd/dotfiles/raw/daddy/install | sh -s caamo
```

## chrissx Media macOS Setup Scripts

A set of scripts for easily installing a lot of packages and configuration,
primarily on "Apple silicon" (ARM), currently macOS 15 Sequoia.

We won't bother to support older macOS versions, because there is virtually no
reason to not use the latest one. If you want to use it on another version,
patching it should be pretty easy though. Using CMMSS on Intel-based Macs is
also untested, but it _should_ “just work”.

- Install [XCode](https://apps.apple.com/de/app/xcode/id497799835) from the App
Store (`open -a "App Store" https://apps.apple.com/de/app/xcode/id497799835`)
- Run `sudo xcodebuild -license` and agree to the license
- Run
`curl -L https://github.com/pixelcmtd/dotfiles/raw/daddy/install | sh -s cmmss`
- Open iTerm, go to the Preferences (⌘,): General → Preferences →
`Load preferences from a custom folder or URL` →
`/Users/your_name/src/pixelcmtd/dotfiles/cmmss`

### Other software (esp. audio plugins)

A lot of software, especially audio plugins, isn't in Homebrew, or otherwise
easily automateable.

- [TinkerTool](https://www.bresink.com/osx/0TinkerTool/download.php)
- [XLN](https://www.xlnaudio.com/install)
- [destroyfx](http://destroyfx.org)
- [Ample](https://www.amplesound.net/en/download.asp)
- [Plugin Alliance](https://www.plugin-alliance.com/en/installation-manager.html#downloads)
- Antares (installed through my Homebrew)
- Native Access (installed through Homebrew)
- Softube Central (installed through Homebrew)
- [GVST](https://www.gvst.co.uk/downloads.htm)
- [Melodyne](https://services.celemony.com/cgi-bin/WebObjects/LicenseApp.woa/wa/LoginDA)

## chrissx Media Maker Machine

The setup for our machine shop computer.

```sh
curl -L https://github.com/pixelcmtd/dotfiles/raw/daddy/install | sh -s cm3
```