Skip to content

Instantly share code, notes, and snippets.

View caplater's full-sized avatar

Charles Plater caplater

  • Wayne State University
  • Detroit, MI
View GitHub Profile
@caplater
caplater / onsetapp.rb
Last active April 4, 2023 02:20 — forked from ttscoff/onsetapp.rb
Check which Setapp Apps you could be using
#!/usr/bin/env ruby
# encoding: utf-8
# Read /Applications/Setapp to get apps already installed
installed_setapp_apps = Dir.glob('/Applications/Setapp/*.app')
installed_setapp_apps.map! {|app|
File.basename(app,'.app')
}
# Grab the All Apps page from Setapp to get all available apps
@caplater
caplater / .gitignore
Created March 2, 2017 14:08 — forked from adamgit/.gitignore
.gitignore file for Xcode4 / OS X Source projects
#########################
# .gitignore file for Xcode4 and Xcode5 Source projects
#
# Apple bugs, waiting for Apple to fix/respond:
#
# 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation?
#
# Version 2.6
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#