Skip to content

Instantly share code, notes, and snippets.

@halissonvit
halissonvit / init.coffee
Last active September 15, 2018 18:40
my atom settings
# initialization file (not found)
{"total":99,"movies":[{"id":"771321699","title":"Star Wars: Episode VII - The Force Awakens","year":2015,"mpaa_rating":"PG-13","runtime":136,"critics_consensus":"","release_dates":{"theater":"2015-12-18"},"ratings":{"critics_rating":"Certified Fresh","critics_score":93,"audience_rating":"Upright","audience_score":90},"synopsis":"The Star Wars saga continues with this seventh entry -- the first under the Walt Disney Co. umbrella. The film will act as the start of a new trilogy set after the events of Return of the Jedi. J.J. Abrams directs from a script by Michael Arndt. ~ Jeremy Wheeler, Rovi","posters":{"thumbnail":"http://resizing.flixster.com/6xF9PyshnlqT6g4OU9xVQFLnr9g=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/20/33/11203306_ori.jpg","profile":"http://resizing.flixster.com/6xF9PyshnlqT6g4OU9xVQFLnr9g=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/20/33/11203306_ori.jpg","detailed":"http://resizing.flixster.com/6xF9PyshnlqT6g4OU9xVQFLnr9g=/54x80/dkpu1ddg7pbsk.cloudfront.net/movie/11/20/33/11203306_ori.jpg
@halissonvit
halissonvit / zsh.md
Created September 2, 2012 16:40 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu

Installing zsh

sudo apt-get install zsh

and then you change your shell to zsh

chsh -s `which zsh`

Getting zsh to work in ubuntu is weird, since sh does not understand the source command. So, you do this to install zsh

@halissonvit
halissonvit / osx_lion_rail_setup.md
Created August 30, 2012 19:22 — forked from jpantuso/osx_lion_rail_setup.md
Setup OS X 10.7 w/ homebrew, oh-my-zsh, rvm, rails, and MySQL
@halissonvit
halissonvit / install.sh
Created May 7, 2012 17:19 — forked from fredgalvao/install.sh
Linux All-Installer-Configurator
#!/bin/sh
set -e
INITIALPWD=`pwd`
#=============================================================================================
#:::After installing the operating system:::
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y autoclean && sudo apt-get -y autoremove
#=============================================================================================
#=============================================================================================
GIT
remote: git://github.com/halissonvit/json_spec.git
revision: 4eede7a4c7c7a30f48d06c737682ac87921bc328
specs:
json_spec (1.0.2)
multi_json (~> 1.0)
rspec (~> 2.0)
GEM
remote: https://rubygems.org/