Skip to content

Instantly share code, notes, and snippets.

View xorus's full-sized avatar
🏠
Working from home

Xorus xorus

🏠
Working from home
View GitHub Profile
@cking
cking / README.md
Last active July 10, 2020 14:43
FFXIV Launcher Updater for Lutris

Needs:

  • unzip (to extract the nupkg archive)
  • zenity (to show fancy progress bars)
  • curl (to do the actual web request)
  • jq (to parse the json returned by github api)
  • wrestool (provided by gnome-exe-thumbnailer and/or icoutils, to parse version info of local xiv launcher)
  • tr, sed (for parsing the output of wrestool)
  • mv, rm (to move files around)
@simonista
simonista / .vimrc
Last active August 10, 2025 15:20
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on