Skip to content

Instantly share code, notes, and snippets.

View GerkinDev's full-sized avatar
⚒️
npx workin-hard

Gerkin GerkinDev

⚒️
npx workin-hard
View GitHub Profile
@aelkz
aelkz / [FEDORA] gitkraken
Last active November 14, 2023 05:50
How to install gitkraken on Fedora [25,26,27] + launcher icon
#!/bin/bash
# Download GitKraken
wget https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz
# copy the downloaded file into /opt directory
cp gitkraken-amd64.tar.gz /opt/
cd /opt