Skip to content

Instantly share code, notes, and snippets.

@sl5net
Created November 5, 2020 06:52
Show Gist options
  • Save sl5net/b2dd8ea0ecb3f6593d0cf5a6ced02179 to your computer and use it in GitHub Desktop.
Save sl5net/b2dd8ea0ecb3f6593d0cf5a6ced02179 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "########## Please Exit AutoHotKey (right Click Taskbar on little Icon) then the installation will continue automatically. #########"
autokey-qt & sleep 3s ; killall -9 autokey-qt
sudo apt -y install git || exit
mkdir ~/ahk
mkdir ~/ahk/github
cd ~/ahk/github || exit
git clone https://github.com/lintalist/lintalist
cd ~/Downloads || exit
git clone https://github.com/sl5net/Lintalist4Linux
cp ~/Downloads/Lintalist4Linux/run-run-lintalistAHK-all.py ~/.config/autokey/data/Sample\ Scripts/
cp ~/Downloads/Lintalist4Linux/run-lintalistAHK.ahk ~/.config/autokey/data/Sample\ Scripts/
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository -y 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
sudo add-apt-repository -y ppa:cybermax-dexter/sdl2-backport
sudo apt update && sudo apt -y install --install-recommends winehq-stable
wget https://www.autohotkey.com/download/ahk-install.exe ~/Downloads/
wine ~/Downloads/AutoHotkey_1.1.33.02_setup.exe
echo "Please Configure AutohotKey and AutoKey"
autokey-qt
# ; sudo apt -y install git ; mkdir ~/ahk ; mkdir ~/ahk/github; cd ~/ahk/github/ ; git clone https://github.com/lintalist/lintalist ; cd ~/Downloads/ ; git clone https://github.com/sl5net/Lintalist4Linux ; cp ~/Downloads/Lintalist4Linux/run-run-lintalistAHK-all.py ; cp ~/Downloads/Lintalist4Linux/run-lintalistAHK.ahk ; ~/.config/autokey/data/Sample\ Scripts/ ; sudo dpkg --add-architecture i386 ; wget -nc https://dl.winehq.org/wine-builds/winehq.key; sudo apt-key add winehq.key ; sudo apt-add-repository -y 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main' ; sudo add-apt-repository -y ppa:cybermax-dexter/sdl2-backport ; sudo apt update && sudo apt -y install --install-recommends winehq-stable ; wget https://www.autohotkey.com/download/ahk-install.exe ~/Downloads/ ; wine ~/Downloads/AutoHotkey_1.1.33.02_setup.exe ; echo "Please Configure AutohotKey and AutoKey" ; autokey-qt;
# from http://ubuntuhandbook.org/index.php/2020/01/install-wine-5-0-stable-ubuntu-18-04-19-10/
# all for your one risk. like everytime
# all for your one risk. like everytime
#dpkg --add-architecture i386
#wget -nc https://dl.winehq.org/wine-builds/winehq.key; sudo apt-key add winehq.key
#sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
#sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
#sudo apt update && sudo apt install --install-recommends winehq-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment