1
0
mirror of https://github.com/AquaMorph/dotfiles.git synced 2025-05-31 21:41:42 +00:00

Compare commits

..

No commits in common. "0e5fd8a9239c29aa640c2239a5202810f8011132" and "19bd5c6dc833511a0dee44ecf64c73b72c6fe6e1" have entirely different histories.

2 changed files with 0 additions and 18 deletions

@ -5,15 +5,6 @@
# Import library
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
# Install wine if not already installed
if ! command -v wine &> /dev/null; then
if command -v dnf &> /dev/null; then
sudo dnf config-manager --add-repo \
https://dl.winehq.org/wine-builds/fedora/36/winehq.repo
fi
sudo $(packageManager) install winehq-staging
fi
program=yabridgectl
programVersion=$(yabridgectl --help | filterVersion)
url=$(curl -s https://github.com/robbert-vdh/yabridge/releases/ | grep .tar.gz \

@ -1,9 +0,0 @@
#!/usr/bin/env bash
# Install and set zsh as the default shell.
# Import library
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
sudo $(packageManager) install zsh
chsh -s $(which zsh)