Skip to content

Commit 2d3d86e

Browse files
Added WinUtil info, removed theme
1 parent 7616e99 commit 2d3d86e

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
markdown: GFM
2-
remote_theme: pages-themes/hacker@v0.2.0
3-
plugins:
4-
- jekyll-remote-theme # add this line to the plugins list if you already have one
2+
#remote_theme: pages-themes/hacker@v0.2.0
3+
#plugins:
4+
#- jekyll-remote-theme # add this line to the plugins list if you already have one

software-on-my-computer.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ A complete (?) list of all the software (apps/VST plugins, etc.) I have on my co
33
Everything is free (besides the games), and a lot is open-source. None of the links are direct download links (or at least they weren't when I made this list).
44
An asterisk (\*) means that it's open-source.
55

6+
7+
8+
Slightly unrelatedly, [Chris Titus Tech](https://christitus.com) has created a [utility](https://github.com/christitustech/winutil) that (among other things) makes it incredibly easy to install or update apps on a Windows computer. I use it every time I reinstall Windows (annoyingly, I've had to do it at least 3 times in the past year). The easiest way to access it is to open PowerShell and run
9+
```
10+
irm https://christitus.com/winutil | iex
11+
```
12+
This will download the script, then run it. This means you don't have to open Edge... ever, if you don't want to, since you can just download Chrome (or another browser) using that utility. Of course, you could also use WinGet with the same result, but the UI makes it easier to select more than one thing.
13+
14+
615
<details><summary><h1>Apps</h1></summary>
716

817
### Built-in Windows 10 stuff
@@ -471,7 +480,7 @@ Several great reverb/delay plugins, available as VST2/VST3/AAX/AU plugins.
471480
### [Vital Synth](https://vital.audio/)\*
472481
A VST2/VST3/AU/LV2standalone synth. The only source code that has been made publicly available hasn't been updated since April 2022, but it's still source code. I sort of prefer this to Surge XT. They both do similar things, but Vital is much more intuitive, although slightly more CPU-hungry.
473482

474-
### [WaveForm Free built-in stuff]
483+
### WaveForm Free built-in stuff
475484
Waveform Free comes with several plugins, but as far as I can tell, they probably aren't useful anywhere else. But it does have a reasonable synth, several effects, a rompler, and a couple of other things.
476485

477486
### [XOXOS plugins](https://xoxos.net/vst/)

0 commit comments

Comments
 (0)