Essa são as configurações e programas que eu acho importante, parafraseando um outro gist:
"This keeps the system performing at top speeds, clean of trojans, spyware, and ensures that I maintain good organizational practices for my content and backups. I highly recommend this."
Todos apps aqui foram testados.
- Xcode
- The Unarchiver
- LimeChat IRC
- Dash
-
AppCleaner
-
Browsers
- Google Chrome
- Firefox
-
Development
- Sublime Text
- Package Controll
- Material Theme
- Sublime Text
-
Utilities
- Thunderbird
- Adium
- HyperTerm
- uTorrent
- Skype
- Spotify
- FL Studio
-
Virtualization
- Docker
Xcode > Preferences > Downloads > Command Line Tools
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew doctor
ver se esta tudo ok e nao tem nada faltando para rodar o brew
brew install caskroom/cask/brew-cask
brew cask install sublime-text
brew cask install spotify
brew cask install google-chrome
brew cask install appcleaner
brew cask install adium
brew cask install spectacle
brew cask install the-unarchiver
#diferentão
brew cask install utorrent
Muda o nome do computador visivel no terminal
sudo scutil --set HostName Pandora-Box
# generate a key
ssh-keygen -t rsa -C "[email protected]"
# go to github > settings > SSH and GPG keys and paste you key
pbcopy < ~/.ssh/id_rsa.pub
# Test connection
ssh -T [email protected]
git config values
git config --global user.name "Fernando Guisso"
git config --global user.email "[email protected]"
git config --global github.user fernandoGuisso
git config --global github.token your_token_here
git config --global core.editor "subl -w"
git config --global color.ui true
Só pros hackudo
brew install node
#test
npm --version
#agora os queridinhos
npm install -g n gulp-cli
n for node version control
gem update -system
# install rvm into your ~
$ \curl -sSL https://get.rvm.io | bash -s stable
# install latest version of ruby into your ~
$ rvm install ruby
# installs a gem into your ~
$ gem install <gempack>
Open the console in sublime via the ctrl +
`
Install package controll
import urllib.request,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e3d39e33b79698005270310898eea76'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
jade syntax stylus syntax material-theme Auto-File-Name MarkdownEditing
Gist (need a github token)
Sidebar Enhancements
/Users/{user}/Library/Application Support/Sublime Text 2/Packages
Comming soon!!!!