Skip to content

Instantly share code, notes, and snippets.

View miclaus's full-sized avatar
🕸️

Iosif Miclaus miclaus

🕸️
View GitHub Profile
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install watchman
npm install -g react-native-cli
curl -0 -L http://npmjs.org/install.sh | sudo sh
react-native init AmesomeProject
react-native run-ios
alias rnios=“react-native run-ios”
alias rhynos=rnios
@miclaus
miclaus / php-modules-grep-mcrypt.sh
Last active November 8, 2016 10:57
php-modules-grep-mcrypt.sh
php -m | grep mcrypt
@miclaus
miclaus / .profile
Created November 8, 2016 11:10
.profile
export PATH=/Applications/MAMP/bin/php/php5.6.2/bin:$PATH
@miclaus
miclaus / .csscomb.json
Last active January 17, 2017 20:14
.csscomb.json
{
"exclude": [
".git/**",
"node_modules/**",
"bower_components/**"
],
"always-semicolon": true,
"block-indent": " ",
"color-case": "lower",
"color-shorthand": true,