Skip to content

Instantly share code, notes, and snippets.

View simonfrey's full-sized avatar
🖥️
coding

Simon Frey simonfrey

🖥️
coding
View GitHub Profile
@simonfrey
simonfrey / checkvist_add_tasks.js
Created January 13, 2021 08:01
Checkvist Add Tasks Script (iOS Scriptable App)
//
// Settings
const username = '[YOUR EMAIL];
const openAPIToken = '[Open API Key from Profile]';
const basketID = [LIST ID FOR BASKET];
const actionsID = [LIST ID FOR ACTIONS];
//
//
@simonfrey
simonfrey / gist:3d5c111af0aa2dc05e98137b44f575bf
Last active January 13, 2021 08:00
Checkvist Due Tasks Widget (iOS Scriptable App)
//
// Scriptable widget for your checkvist due tasks
//
// Checkvist: https://checkvist.com/
// Scriptable: https://scriptable.app/
//
// See how it looks: https://simon-frey.com/files/checkvist_ios_scriptable_widget.png
//
// Settings
@simonfrey
simonfrey / simon_frey_portfolio.md
Last active June 9, 2019 20:52
Simon Frey Portfolio

Keybase proof

I hereby claim:

  • I am l1am0 on github.
  • I am l1am0 (https://keybase.io/l1am0) on keybase.
  • I have a public key ASDCL3nYu-7NHrt7RZ9mBwIl_l6ZYe_Gp8MTywmijaBwWwo

To claim this, I am signing this object:

@simonfrey
simonfrey / packages.md
Created January 31, 2017 18:08 — forked from mikroskeem/0x0.sh
Arch Linux must-have packages
  • weston-git libinput-git wayland-git OR i3 Lightweight GUI
  • dwb OR chromium and chromium-pepper-flash (dwb is lighter, but chromium is m
  • gedit GTK text editor
  • youtube-dl to get your kitty videos from youtube
  • mpv better than mplayer
  • htop Best process viewer
  • ncdu "NCurses Disk Usage"
  • byobu Terminal manager/multiplexer
  • tor to become (almost)anonymous
  • proxychains-ng to use proxy on app what doesn't actually support it
@simonfrey
simonfrey / Arch Linux Install - UEFI Encrypted
Last active January 31, 2017 18:25 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Download the archiso image from https://www.archlinux.org/
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
#Start the script
###