8000 GitHub - mschmulen/Scripts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mschmulen/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

Autocomplete Git commands and Branch names

curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/Scripts/.git-completion.bash

  • update ~/.bash_profile
## git autocomplete
if [ -f ~/Scripts/.git-completion.bash ]; then
  . ~/Scripts/.git-completion.bash
fi

Misc Brew Installs

  • node

brew install node

brew install sourcekitten

Installs TODO

brew install swiftlint

$ brew tap yonaskolb/XcodeGen https://github.com/yonaskolb/XcodeGen.git
$ brew install XcodeGe

Machine Apps

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

  • CocoaPods

sudo gem install cocoapods ?? vs brew 
  • ngrok

https://ngrok.com/download cp ngrok /usr/local/bin/

ssh-keygen -t rsa -b 4096 -C "matt.schmulen@gmail.com"

https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/

git config --global user.email

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew cask install fastlane

configure snapshot fastlane snapshot init

update: To update fastlane, just run [sudo] bundle update fastlane

Other Tools

Misc Macbook configuration

Touch Bar Configuration

Touch ID:

https://support.apple.com/guide/?platform=mac&product=mac-help&vanityname=use-touch-id-on-your-mac&version=10.13&locale=en_US&topicid=MCHL16FBF90A&type=ddm&platformOSVersion=10.13

configs

.bashProfile

colors

alias DeleteDerivedData='rm -rf ~/Library/Developer/Xcode/DerivedData'

github ssh keys

fastlane notes

fastlane test

fastlane/fastlane#1678

xcrun xcodebuild -workspace './Yack.xcworkspace' -scheme 'Snapshot' test
xcrun xcodebuild -scheme 'Yack' -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0