Skip to content

Instantly share code, notes, and snippets.

@kemmis
Last active November 9, 2018 11:58
Show Gist options
  • Save kemmis/edd5304aac030fab2de54366c4dcb76b to your computer and use it in GitHub Desktop.
Save kemmis/edd5304aac030fab2de54366c4dcb76b to your computer and use it in GitHub Desktop.
iOS Tweak Dev Setup

mac os configuration

tools installed

brew

to install (from here):

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

exa - better ls command

to install (from here):

brew install exa

then add this to ~/.bash_profile

alias l='exa -lha  --git'

now just use l to list contents of a folder.

xcode

download xip from apple, then copy to vm and runn installation

theos

instructions here

right zoom - window behavior a little more like windows

download from here and install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment