Due to the high usage of this guide and the lack of comfort in Gist's commenting area, I decided to make a blog post out of this which you can find here:
http://blog.frd.mn/install-os-x-10-10-yosemite-in-virtualbox/
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="/home/birobirobiro/.oh-my-zsh" | |
| # Set name of the theme to load --- if set to "random", it will | |
| # load a random theme each time oh-my-zsh is loaded, in which case, | |
| # to know which specific one was loaded, run: echo $RANDOM_THEME | |
| # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |
| 1 - Instalandos Tweaks | |
| Abra o Terminal ( + T) | |
| sudo add-apt-repository ppa:mpstark/elementary-tweaks-daily -y | |
| sudo apt-get update | |
| sudo apt-get install elementary-tweaks -y | |
| 2 - Atualize o sistema | |
| Abra o Terminal ( + T) | |
| sudo apt update | |
| sudo apt upgrade |
| /** | |
| * Brazilian translation for bootstrap-datepicker | |
| * Cauan Cabral <cauan@radig.com.br> | |
| */ | |
| ;(function($){ | |
| $.fn.datepicker.dates['pt-BR'] = { | |
| days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"], | |
| daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"], | |
| daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"], | |
| months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"], |
| <!DOCTYPE html> | |
| <html lang="pt-br"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Workshop Maratona Bootstrap</title> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.1/css/bootstrap-datepicker.min.css"> | |
| </head> | |
| <body> | |
Due to the high usage of this guide and the lack of comfort in Gist's commenting area, I decided to make a blog post out of this which you can find here:
http://blog.frd.mn/install-os-x-10-10-yosemite-in-virtualbox/