Created
December 12, 2012 00:16
-
-
Save efuentesp/4263673 to your computer and use it in GitHub Desktop.
This file contains 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 characters
sudo apt-get update | |
sudo apt-get install qtile | |
sudo apt-add-repository ppa:tycho-s/ppa | |
sudo apt-get install qtile | |
sudo apt-get update | |
sudo apt-get install qtile | |
sudo mkdir ~/.config/qtile/ | |
sudo nano ~/.config/qtile/config.py | |
exit | |
git --version | |
ruby --version | |
sudo apt-get install zlib1g-dev openssl libopenssl-ruby1.9.1 libssl-dev libruby1.9.1 libreadline-dev git-core | |
git clone git://github.com/sstephenson/rbenv.git .rbenv | |
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc | |
echo 'eval "$(rbenv init -)"' >> ~/.bashrc | |
exec $SHELL | |
mkdir -p ~/.rbenv/plugins | |
cd ~/.rbenv/plugins | |
git clone git://github.com/sstephenson/ruby-build.git | |
cd | |
rbenv install --list | |
rbenv install 1.9.3-rc1 | |
rbenv rehash | |
rbenv global 1.9.3-rc1 | |
irb | |
exit | |
sudo apt-get install vim-nox vim-scripts vim-rails | |
mkdir ~/.fonts | |
cd ~/.fonts/ && git clone https://github.com/scotu/ubuntu-mono-powerline.git && cd ~ | |
sudo fc-cache -f -v | |
sudo apt-get install curl | |
rbenv versions | |
rbenv version | |
sudo apt-get install build-essential | |
sudo apt-get install libreadline-dev libssl-dev zlib1g-dev | |
ls ~/.rbenv/plugins/ | |
git clone git://github.com/carsomyr/rbenv-bundler.git ~/.rbenv/plugins/bundler | |
gem install bundler | |
rbenv rehash | |
vim ~/.bundle/config | |
ls ~/.bundle | |
mkdir ~/.bundle | |
vim ~/.bundle/config | |
/usr/bin/gem list --no-versions | xargs sudo /usr/bin/gem uninstall | |
/usr/bin/gem list --no-versions | |
exit | |
ruby --version | |
ls | |
mkdir Development | |
cd Development/ | |
mkdir ruby | |
cd ruby/ | |
mkdir api-demo | |
cd api-demo/ | |
ls | |
vim Gemfile | |
mkdir -p ~/.vim/autoload ~/.vim/bundle; curl -Sso ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim | |
cd ~/.vim/bundle | |
git clone git://github.com/altercation/vim-colors-solarized.git | |
cd | |
vim .vimrc | |
ls .vim/bundle/ | |
vim .vimrc | |
cd ~/.vim/bundle | |
git clone git://github.com/tpope/vim-fugitive.git | |
cd | |
vim .vimrc | |
exit | |
cd Development/ruby/api-demo/ | |
ls | |
vim Gemfile | |
exit | |
cd ~/.fonts/ | |
wget http://kvz.io/blog/2009/05/25/install-the-best-coding-font/Inconsolata.ttf | |
ls -la | |
fc-cache -f -v | |
cd Development/ruby/api-demo/ | |
bundle install | |
vim Gemfile | |
bundle install | |
rbenv rehash | |
vim config.ru | |
cd .. | |
rm -R api-demo/ | |
rm -rf api-demo/ | |
ls | |
ssh-keygen -t rsa -C "efuentesp@gmail.com" | |
git clone git@github.com:efuentesp/api-demo.git api-demo | |
ls | |
cd api-demo/ | |
ls | |
bundle install | |
rbenv rehash | |
git push -u origin master | |
vim /home/efuentesp/.profile | |
ls | |
vim Gemfile | |
vim /home/efuentesp/.ssh/id_rsa.pub | |
cd | |
mkdir ~/.dir_colors | |
cd ~/.dir_colors | |
git clone git@github.com:seebi/dircolors-solarized.git | |
ls | |
eval 'dircolors ~/.dir_colors/dircolors-solarized' | |
eval 'dircolors ~/.dir_colors/dircolors-solarized/dircolors.256dark' | |
cd ~/.fonts | |
wget http://misc.nybergh.net/pub/fonts/terminus/ttf/Terminus.ttf | |
wget http://misc.nybergh.net/pub/fonts/terminus/ttf/TerminusBold.ttf | |
fc-cache -f -v | |
sudo apt-get install ttf-inconsolata | |
fc-cache -f -v | |
sudo apt-get install ttf-liberation | |
sudo apt-get install ttf-inconsolata | |
cd | |
ls -la | |
cd .vim/ | |
ls -la | |
cd | |
cd Downloads/ | |
ls | |
git clone https://github.com/scrooloose/nerdtree.git | |
ls | |
cd nerdtree/ | |
rake | |
ls -la | |
cd plugin/ | |
ls | |
cd .. | |
cd nerdtree_plugin/ | |
ls | |
mv doc ~/.vim | |
mv ./doc ~/.vim | |
mv .doc ~/.vim | |
ls | |
cd .. | |
ls | |
mv .doc ~/.vim | |
mv doc ~/.vim | |
mv plugin ~/.vim | |
cd | |
cd Development/ruby/api-demo/ | |
autotest | |
ls | |
clear | |
cd ~/.vim/ | |
ls | |
cd | |
vim .vimrc | |
cd Downloads/ | |
ls | |
cd | |
cd Downloads/ | |
ls | |
rm -rf gist-3267660/ | |
git clone git://gist.github.com/1627888.git gist-1627888 | |
ls | |
cd gist-1627888/ | |
ls | |
unzip Menlo-ForPowerline.ttc.zip | |
ls | |
mv Menlo-ForPowerline.ttc ~/.fonts/ | |
sudo fc-cache -fv | |
vim .vimrc | |
sudo apt-get install python-fontforge | |
cd Downloads/ | |
ls | |
git clone git://gist.github.com/1595572.git gist-1595572 | |
ls | |
cd gist-1595572/ | |
ls | |
mv * ~/.fonts/ | |
ls | |
cd .. | |
rm gist-1595572/ | |
rm -rf gist-1595572/ | |
ls | |
sudo fc-cache -vf | |
vim .vimrc | |
cd | |
vim .vimrc | |
rm /tmp/Powerline.cache | |
vim .vimrc | |
vim ~/.vim/autoload/pathogen.vim | |
vim .vimrc | |
curl -Lo- https://bit.ly/janus-bootstrap | bash | |
ls | |
ls -la | |
cd | |
mkdir ~/.janus | |
cd ~/.janus | |
git clone https://github.com/tomtom/tcomment_vim | |
ls | |
git clone https://github.com/Lokaltog/vim-powerline | |
git clone https://github.com/altercation/vim-colors-solarized | |
cd .. | |
cd | |
vim .vimrc | |
ls -la | |
vim .vimrc | |
vim .vimrc.old | |
cd Downloads/ | |
ls | |
git clone git://gist.github.com/3267660.git gist-3267660 | |
ls | |
cd gist-3267660/ | |
ls | |
ls -la | |
mv .vimrc.after ~/. | |
cd | |
ls -la | |
vim .vimrc.after | |
vim .vimrc.before | |
vim .vimrc.after | |
vim .vimrc.before | |
rm .vimrc.before | |
vim .vimrc.after | |
cd ~/.janus | |
ls | |
cd vim-colors-solarized/ | |
ls | |
cd .. | |
cd vim-powerline/ | |
ls | |
cd vim-powerline/ | |
cd | |
vim .vimrc.after | |
cd ~./janus | |
cd ~/.janus | |
ls | |
git clone git://github.com/garbas/vim-snipmate | |
ls | |
cd | |
vim .vimrc.after | |
cd ~/.janus | |
ls | |
git clone git://github.com/vim-scripts/taglist.vim | |
ls | |
cd tcomment_vim/ | |
ls | |
cd .. | |
cd taglist.vim/ | |
ls | |
cd | |
vim .vimrc.after | |
vim | |
sudo apt-get install exuberant-ctags | |
vim .vimrc.after | |
clear | |
vim | |
exit | |
sudo add-apt-repository ppa:kupfer-team/ppa | |
sudo apt-get update | |
sudo apt-get install kupfer | |
kupfer | |
sudo apt-get uninstall kupfer | |
sudo apt-get remove kupfer | |
sudo add-apt-repository ppa:synapse-core/ppa | |
sudo apt-get update | |
sudo apt-get install synapse | |
vim | |
vim .config/synapse | |
cd .config/ | |
ls | |
mkdir synapse | |
mv synapse gtkrc | |
mkdir synapse | |
ls | |
mv gtkrc synapse/ | |
ls | |
cd synapse/ | |
ls | |
vim gtkrc | |
cd | |
ls | |
ls -la | |
vim .Xdefaults | |
sudo apt-get install dmenu | |
cd ~/.fonts/ && git clone https://github.com/scotu/ubuntu-mono-powerline.git | |
ls | |
cd | |
vim .config/qtile/ | |
cd | |
cd ~/.janus | |
ls | |
git clone git://github.com/tpope/vim-fugitive.git | |
ls | |
cd | |
vim .config/qtile/ | |
sudo apt-get install synapse | |
synapse | |
vim .config/qtile/ | |
vim | |
sudo vim | |
vim | |
vim /home/efuentesp/Development/ruby/api-demo/api.rb | |
vim /home/efuentesp/Development/ruby/api-demo/features/prospect/add_prospects.feature | |
vim /home/efuentesp/Development/ruby/api-demo/features/prospect/list_prospects.feature | |
vim | |
cd | |
cd Development/ruby/api-demo/ | |
cucumber | |
clear | |
cucumber | |
vim | |
cd Development/ruby/api-demo/ | |
cucumber | |
vim .vimrc | |
vim .vimrc.before | |
ls -la | |
vim .vimrc.after | |
echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" >> /etc/apt/sources.list | |
su | |
echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" >> /etc/apt/sources.list | |
sudo echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" >> /etc/apt/sources.list | |
sudo vim /etc/apt/sources.list | |
sudo apt-get update | |
sudo apt-get --allow-unauthenticated install sur5r-keyring | |
sudo vim /etc/apt/sources.list | |
sudo apt-get update | |
apt-get --allow-unauthenticated install i3-autobuild-keyring | |
sudo apt-get --allow-unauthenticated install i3-autobuild-keyring | |
sudo apt-get update | |
sudo apt-get install i3 | |
vim /etc/i3/config | |
sudo vim /etc/i3/config | |
vim | |
firefox& | |
exit | |
xfce4-terminal | |
sudo vim /etc/i3/config | |
vim ~/.i3/config | |
vim ~./xsession | |
ls -la | |
cd /etc/ | |
ls | |
cd lightdm/ | |
ls | |
vim lightdm-gtk-greeter.conf | |
sudo vim lightdm-gtk-greeter.conf | |
exit | |
emacs& | |
exit | |
sudo apt-add-repository ppa:cassou/emacs | |
sudo apt-get update | |
sudo apt-get install emacs24 | |
ls -la | |
cd Downloads/ | |
ls | |
rd -rf gist-1627888/ | |
rm -rf gist-1627888/ | |
rm -rf nerdtree/ | |
vim | |
ls | |
git clone git://github.com/bbatsov/prelude.git | |
ls | |
cd | |
mkdir .emacs.d | |
cd Downloads/ | |
cd prelude/ | |
ls | |
mv * ~/.emacs.d/ | |
cd | |
cd .emacs.d/ | |
ls | |
emacs | |
cd | |
vim .bash_history | |
vim /etc/i3/config | |
ls -la | |
vim .i3/config | |
cd .emacs.d/ | |
ls | |
cd | |
vim | |
emacs --deamon | |
emacs --daemon | |
emacsclient -t | |
emacsclient -c | |
emacsclient -t | |
export TERM=xterm-256color | |
emacsclient -c | |
emacsclient -t | |
exit | |
ls -la | |
exit | |
emacs | |
emacs -t | |
emacs -nw | |
vim .i3/config | |
emacs -nw | |
emacs | |
vim | |
emacs -nw | |
emacs | |
emacs -nw | |
vim .i3/config | |
export TERM=xterm-256color | |
emacs | |
vim | |
emacs | |
vim | |
ñ | |
cd Development/ruby/api-demo/| | |
cd Development/ruby/api-demo | |
clear | |
cucumber | |
exit | |
cd Development/ruby/api-demo/ | |
ls | |
git add . | |
git status | |
ls -la | |
ls .git/ | |
git status | |
git rm *.gemspec | |
git status | |
git rm vendor/ | |
git rm -r vendor/ | |
git rm -rf vendor/ | |
git status | |
git commit -m "Pizza Api" | |
git config --global user.name "Edgar Fuentes" | |
git config --global user.email efuentesp@gmail.com | |
git commit --amend --reset-author | |
git status | |
git add . | |
git status | |
git pull origin master | |
git log | |
exit | |
cd Development/ruby/api-demo/ | |
rackup config.ru | |
exit | |
cd Development/ruby/api-demo/ | |
cucumber | |
ls | |
cucumber | |
ls -la | |
cat .autotest | |
cat .bundle/ | |
clear | |
cd spec/ | |
ls | |
ls -la | |
rspec app_spec.rb | |
cd .. | |
bundler | |
bundle | |
echo $PATH | |
rbenv rehash | |
rspec app_spec.rb | |
cd spec/ | |
rspec app_spec.rb | |
ls -la | |
cd .. | |
ls -la | |
clear | |
ls -la | |
cat rea.rb | |
rm rea.rb | |
clear | |
ls -la | |
cd spec/ | |
rspec app_spec.rb | |
rspec -format app_spec.rb | |
rspec -help | |
rspec -f app_spec.rb | |
rspec app_spec.rb --format | |
rspec app_spec.rb | |
rspec -help | |
rspec app_spec.rb --format documentation | |
clear | |
rspec app_spec.rb --format documentation | |
exit | |
cd .config/i3 | |
ls -la | |
cd i3 | |
cd .i3/ | |
ls | |
config_data | |
vim config | |
ls -la | |
git init | |
vim config | |
nano config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment