2018年4月2日 星期一

[Ruby]換!當學習工具變成生財工具,MacBook Pro:iTerm、Homebrew、Ruby、Rails、SourceTree、Alfred mac輔助工具;rails 技巧

用虛擬主機ubuntu實在太慢了,
自學時可以等,工作時多等一秒都焦慮,
所以怒下訂單買了 MacBook Pro,

除了裝必要的 VS code、Git,
如何在不同的電腦上同步 VS Code 的設定? -medium.com/@mvpdw06
小雷點: vscode sync插件 在不同設備 同步的坑
按照大航道指示裝了:

  • iTerm -比 Mac原生 Terminal有更多功能
  • Homebrew -軟件包版本管理器
接著透過Homebrew安裝 Ruby、Rails;
最後則是SourceTree。

4/7 發現一個寫 Rails技巧的文章
Rails 開發注意要點 -gist.github.com/hechien

Alfred app
https://www.alfredapp.com/
Alfred:Mac 熱鍵控專屬的核武級神兵 -appleuser.com/

安裝參考的指令
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew cask install iterm2
# update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts
brew install bash # latest version of bash
# set brew bash as default shell
brew install git
# update bash_profile
brew cask install alfred
# set CMD+space to launch alfred
# install nvm/node
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
brew cask install visual-studio-code
# update vscode settings
# install vscode extensions

沒有留言:

張貼留言