-
-
Save balduran/d92f4e616fa92af76531 to your computer and use it in GitHub Desktop.
Revisions
-
g3d revised this gist
Jul 2, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -251,7 +251,7 @@ Settings "spell_check": true, "tab_size": 2, "theme": "Soda Dark 3.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true, "use_simple_full_screen": true, "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?" -
g3d revised this gist
Jul 1, 2013 . 1 changed file with 19 additions and 15 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -231,29 +231,33 @@ Settings ```json { "close_windows_when_empty": true, "default_encoding": "UTF-8", "fallback_encoding": "Cyrillic (Windows 1251)", "font_face": "Mensch", "font_size": 14, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage" ], "margin": 2, "open_files_in_new_window": false, "show_full_path": true, "show_tab_close_buttons": true, "soda_classic_tabs": false, "soda_folder_icons": true, "spell_check": true, "tab_size": 2, "theme": "Soda Dark 3.sublime-theme", "translate_tabs_to_spaces": false, "trim_trailing_white_space_on_save": true, "use_simple_full_screen": true, "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?" } ``` Key Bindings -
g3d revised this gist
Jun 26, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,7 +55,6 @@ Install rubies ------------- ```bash rvm get head rvm install 1.9.3 ``` -
g3d revised this gist
Jun 26, 2013 . No changes.There are no files selected for viewing
-
g3d revised this gist
Jun 26, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Install rvm ------------- ```bash \curl -L https://get.rvm.io | bash -s stable rvm requirements ``` Install rubies -
g3d revised this gist
Jun 26, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/lo Install rvm ------------- ```bash \curl -L https://get.rvm.io | bash -s stable ``` Install rubies -
g3d revised this gist
Jun 26, 2013 . 1 changed file with 0 additions and 541 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -274,25 +274,6 @@ Snippets git clone [email protected]:bytestudios/sublime-snippets.git "/Users/Joel/Library/Application Support/Sublime Text 2/Packages/Byte" ``` #Server @@ -333,246 +314,6 @@ scutil --dns ``` MySQL ----- @@ -632,288 +373,6 @@ createdb -Ouser -Eutf8 -T template0 user_test ``` Install nginx -------------- ```bash -
g3d revised this gist
Jun 26, 2013 . No changes.There are no files selected for viewing
-
g3d revised this gist
Dec 13, 2012 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -231,7 +231,8 @@ Settings ```json { "font_size": 14, "font_face": "Mensch", "margin": 2, "tab_size": 2, "translate_tabs_to_spaces": false, @@ -245,11 +246,11 @@ Settings "show_tab_close_buttons": true, "close_windows_when_empty": true, "spell_check": true, "highlight_modified_tabs": true, "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?", "ignored_packages": [ "Vintage" ] } -
g3d revised this gist
Dec 13, 2012 . No changes.There are no files selected for viewing
-
g3d revised this gist
Dec 13, 2012 . 1 changed file with 19 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -231,17 +231,26 @@ Settings ```json { "font_size": 13.0, "margin": 2, "tab_size": 2, "translate_tabs_to_spaces": false, "highlight_line": true, "trim_trailing_white_space_on_save": true, "fallback_encoding": "Cyrillic (Windows 1251)", "default_encoding": "UTF-8", "use_simple_full_screen": true, "open_files_in_new_window": false, "show_full_path": true, "show_tab_close_buttons": true, "close_windows_when_empty": true, "spell_check": true, "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?", "ignored_packages": [ "Vintage", "Highlight Whitespaces" ] } ``` -
g3d revised this gist
Dec 5, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Install rubies ------------- ```bash rvm get head rvm pkg install readline # need it to work correctly with utf-8 characters in irb/pry rvm install 1.9.3 ``` -
g3d revised this gist
Dec 3, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -434,7 +434,7 @@ Group _www </IfModule> </IfModule> ServerAdmin g3dinua@gmail.com ServerName localhost -
g3d revised this gist
Sep 28, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,8 +38,8 @@ subl ~/.zshrc ```bash ZSH=$HOME/.oh-my-zsh ZSH_THEME="candy" plugins=(git osx rails3 ruby github node npm brew) source $ZSH/oh-my-zsh.sh export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin:/usr/X11/bin ``` -
g3d revised this gist
Aug 27, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Set hostname ```bash ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go) ``` ```bash -
g3d revised this gist
Aug 26, 2012 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -60,6 +60,9 @@ rvm install 1.9.3 # OS X Preferences ```bash #Fix fonth smoothing defaults -currentHost write -globalDomain AppleFontSmoothing -int 0 #Disable window animations defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false -
g3d revised this gist
May 20, 2012 . 1 changed file with 30 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -570,8 +570,6 @@ MySQL Settings -------------- ```bash #setup daemon @@ -589,6 +587,36 @@ mysql.server start ``` PostgreSQL ----- ```bash brew install --without-ossp-uuid https://raw.github.com/briancunnie/homebrew/postgres-no-ossp-uuid/Library/Formula/postgresql.rb ``` PostgreSQL Settings -------------- ```bash #create database initdb /usr/local/var/postgres #autostart mkdir -p ~/Library/LaunchAgents cp /usr/local/Cellar/postgresql/9.0.4/org.postgresql.postgres.plist ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/org.postgresql.postgres.plist #fix the psql error sudo mkdir /var/pgsql_socket/ ln -s /private/tmp/.s.PGSQL.5432 /var/pgsql_socket/ #create user and databases createuser user createdb -Ouser -Eutf8 -T template0 user_development createdb -Ouser -Eutf8 -T template0 user_test ``` Configure php.ini --------------------- -
g3d revised this gist
May 16, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -162,7 +162,7 @@ pip install virtualenvwrapper Source virtualenvwrapper script ```bash source /usr/local/bin/virtualenvwrapper.sh ``` -
g3d revised this gist
May 16, 2012 . 1 changed file with 35 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -134,13 +134,44 @@ brew install git ack wget curl memcached libmemcached readline sqlite gdbm pkg-c ``` Install python ------------ ```bash brew install python --framework --universal ``` Add into your ~/.zshrc ```bash export PATH=/usr/local/share/python:$PATH ``` Change system symlinks ```bash cd /System/Library/Frameworks/Python.framework/Versions sudo rm Current ln -s /usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/Current ``` Install pip & virtualenv ------------ ```bash easy_install pip pip install virtualenv pip install virtualenvwrapper ``` Source virtualenvwrapper script ```bash source /usr/local/share/python/virtualenvwrapper.sh ``` #Git Setup Github ------------ ```bash ssh-keygen -t rsa -C "g3dinua@gmail.com" #copy ssh key to github.com subl ~/.ssh/id_rsa.pub @@ -149,9 +180,9 @@ subl ~/.ssh/id_rsa.pub ssh -T [email protected] #set git config values git config --global user.name "Bohdan Viter" git config --global user.email "g3dinua@gmail.com" git config --global github.user g3d git config --global github.token your_token_here git config --global core.editor "subl -w" -
g3d revised this gist
May 16, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Set hostname ``` ```bash brew install git ack wget curl memcached libmemcached readline sqlite gdbm pkg-config ``` -
g3d revised this gist
May 16, 2012 . 1 changed file with 26 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -51,6 +51,7 @@ curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | b ``` Install rubies ------------- ```bash rvm get head rvm install 1.9.3 @@ -845,5 +846,30 @@ Install nginx ```bash brew install nginx ``` Configure your ```/usr/local/etc/nginx/nginx.conf``` (similar to): ```bash server { listen 80; server_name localhost; root /path/to/phpfiles; index index.php index.html index.htm; location / { # http://www.ruby-forum.com/topic/187939 # error_page 405 = $uri; } location ~ .php { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /path/to/phpfiles$fastcgi_script_name; } } ``` Start nginx: ```bash /usr/local/sbin/nginx -c /usr/local/etc/nginx/nginx.conf ```  -
g3d revised this gist
May 16, 2012 . 1 changed file with 10 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -44,9 +44,17 @@ source $ZSH/oh-my-zsh.sh export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin:/usr/X11/bin ``` Install rvm ------------- ```bash curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable ``` Install rubies ```bash rvm get head rvm install 1.9.3 ``` # OS X Preferences -
g3d revised this gist
May 16, 2012 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -832,4 +832,10 @@ sudo apachectl graceful ``` Install nginx -------------- ```bash brew install nginx ```  -
g3d revised this gist
May 16, 2012 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,8 +11,6 @@ Apps * [iTerm](http://iterm2.com) * [FileZilla](http://filezilla-project.org/download.php) * [Sublime Text](http://www.sublimetext.com/dev) * [LiveReload](http://livereload.com) * [LiveReload Extensions](http://help.livereload.com/kb/general-use/browser-extensions) -
g3d revised this gist
May 16, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,8 +9,7 @@ Apps * [Firefox](http://www.mozilla.org/en-US/firefox/beta/) * [Opera](http://www.opera.com/browser/next/) * [iTerm](http://iterm2.com) * [FileZilla](http://filezilla-project.org/download.php) * [Sublime Text](http://www.sublimetext.com/dev) * [Sequel Pro](http://nightly.sequelpro.com) * [1Password](https://agilebits.com/onepassword/mac) -
g3d revised this gist
May 16, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Apps * [Webkit](http://webkit.org) * [Chrome](http://www.chromium.org/getting-involved/dev-channel) * [Firefox](http://www.mozilla.org/en-US/firefox/beta/) * [Opera](http://www.opera.com/browser/next/) * [iTerm](http://iterm2.com) * [Transmit](http://panic.com/transmit) * [Coda](http://panic.com/coda) -
g3d revised this gist
May 16, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Apps ---- * [Webkit](http://webkit.org) * [Chrome](http://www.chromium.org/getting-involved/dev-channel) * [Firefox](http://www.mozilla.org/en-US/firefox/beta/) * [iTerm](http://iterm2.com) * [Transmit](http://panic.com/transmit) * [Coda](http://panic.com/coda) -
saetia revised this gist
Apr 20, 2012 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -209,7 +209,9 @@ Key Bindings ```json [ { "keys": ["super+b"], "command": "expand_selection", "args": {"to": "brackets"} }, { "keys": ["super+f"], "command": "show_panel", "args": {"panel": "replace"} }, { "keys": ["super+alt+f"], "command": "show_panel", "args": {"panel": "find"} } ] ``` -
saetia revised this gist
Apr 20, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -196,6 +196,7 @@ Settings "font_size": 18, "highlight_modified_tabs": true, "show_tab_close_buttons": false, "tab_size": 2, "spell_check": false, "theme": "Soda Light.sublime-theme", "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?" -
saetia revised this gist
Apr 18, 2012 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -349,6 +349,7 @@ LoadModule expires_module libexec/apache2/mod_expires.so LoadModule headers_module libexec/apache2/mod_headers.so LoadModule ident_module libexec/apache2/mod_ident.so LoadModule usertrack_module libexec/apache2/mod_usertrack.so #LoadModule unique_id_module libexec/apache2/mod_unique_id.so LoadModule setenvif_module libexec/apache2/mod_setenvif.so LoadModule version_module libexec/apache2/mod_version.so LoadModule proxy_module libexec/apache2/mod_proxy.so @@ -376,7 +377,9 @@ LoadModule speling_module libexec/apache2/mod_speling.so LoadModule userdir_module libexec/apache2/mod_userdir.so LoadModule alias_module libexec/apache2/mod_alias.so LoadModule rewrite_module libexec/apache2/mod_rewrite.so #LoadModule perl_module libexec/apache2/mod_perl.so LoadModule php5_module libexec/apache2/libphp5.so #LoadModule hfs_apple_module libexec/apache2/mod_hfs_apple.so <IfModule !mpm_netware_module> <IfModule !mpm_winnt_module>
NewerOlder