Skip to content

Instantly share code, notes, and snippets.

View kaonis's full-sized avatar

Harry Kaonis kaonis

  • Freelancer
  • Athens, Greece
View GitHub Profile
@kaonis
kaonis / aseprite_install.sh
Last active October 3, 2023 09:37 — forked from ryancat/aseprite_install.sh
Download and install aseprite
#!/bin/bash
# Must have git, homebrew, and xcode to install
# Make sure to change line 19, 29 and line 30 according to the currently supported aseprite version of skia and your mac OS and xcode versions
# Note: arm64 arch is not supported, use x86_64, works on apple silicon using Rosseta
# Install ninja compiler
brew install ninja
# Install CMake for makefile

Keybase proof

I hereby claim:

  • I am kaonis on github.
  • I am phantomgr (https://keybase.io/phantomgr) on keybase.
  • I have a public key ASBzySKyLphXRH7SLWwCplt-YdVdfAFs0OgEDfYQEisdXgo

To claim this, I am signing this object:

@kaonis
kaonis / wireguard.sh
Created November 12, 2019 10:15 — forked from shr00mie/wireguard.sh
Install WireGuard on Raspbian Stretch Light
#!/bin/bash
#
## -------------------------------=[ Info ]=--------------------------------- ##
#
## -=[ Author ]=------------------------------------------------------------- ##
#
# shr00mie
# 01.10.2019
# v0.2
#