mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-02 14:31:41 +00:00
Compare commits
No commits in common. "0e5fd8a9239c29aa640c2239a5202810f8011132" and "19bd5c6dc833511a0dee44ecf64c73b72c6fe6e1" have entirely different histories.
0e5fd8a923
...
19bd5c6dc8
@ -5,15 +5,6 @@
|
|||||||
# Import library
|
# Import library
|
||||||
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
|
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
|
program=yabridgectl
|
||||||
programVersion=$(yabridgectl --help | filterVersion)
|
programVersion=$(yabridgectl --help | filterVersion)
|
||||||
url=$(curl -s https://github.com/robbert-vdh/yabridge/releases/ | grep .tar.gz \
|
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)
|
|
Loading…
x
Reference in New Issue
Block a user