diff --git a/link.sh b/link.sh index de449e3..0f09e21 100755 --- a/link.sh +++ b/link.sh @@ -21,3 +21,11 @@ ln -sf $PWD/zprompts/bunni.zsh $HOME/.config/zsh/zprompts/prompt_bunni_setup git clone https://gitlab.com/code-stats/code-stats-zsh $localdir/code-stats-zsh ln -sf $localdir/code-stats-zsh/codestats.plugin.zsh $HOME/.config/zsh/plugins/codestats.zsh + +# Pipewire rnnoise stuff +rnnver="v1.10" +cd $HOME/.local/share +curl -LO https://github.com/werman/noise-suppression-for-voice/releases/download/$rnnver/linux-rnnoise.zip -o /tmp/rnn/linux-rnnoise.zip +unzip linux-rnnoise.zip +rm linux-rnnoise.zip +