第一次使用mac book,記錄於此。
1, 需要按照xcode
xcode 4.2以上的需要安裝 command line ***
開啟 xcode -> open develop tools -> more ***x
放到 $path
修改 ~/.bash_profile 檔案
然後執行
source ~/.bash_profile
source ~/.bashrc
3, 檢視path的命令
printenv path | tr ":" "\n"
4,使用rvm安裝rails
5, 安裝 homebrew
使用vundle安裝vim的配置檔案
bundle 'tpope/vim-fugitive'
bundle 'lokaltog/vim-easymotion'
bundle 'rstacruz/sparkup',
bundle 'tpope/vim-rails.git'
" vim-scripts repos
bundle 'l9'
bundle 'fuzzyfinder'
" non github repos
bundle 'git:'
" ...
bundle 'blackboard.vim'
bundle 'zencoding.vim'
bundle 'scrooloose/nerdtree'
nmap :nerdtreetoggle bundle "snipmate"
bundle 'vim-ruby/vim-ruby'
bundle 'ctags.vim'
brew 安裝 rails
installed mysql withbrew install mysql
ran the commands brew suggested:
unset tmpdir
mysql_install_db
--verbose --user=`whoami` --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp
start mysql withmysql.server
command, to be able to log on it
used the alternate security script:
/
usr/
local
/cellar
/mysql
/5.5.10
/bin
/mysql_secure_installation
mysql管理工具
mac上可以安裝的軟體
the unarchiver: like winrar
freememory: to watch your memory usage and cleanup
wunderlist: a todo
kindle:
evernote
dropbox
mindnode
mac下clion glfw glad環境搭建
clion cmake make make install然後會看到glfw安裝到了 usr local lib 95 built target monitors 98 built target events 100 built target icon install the project.ins...
Mac系統下React Native環境搭建
這裡記錄一下在mac系統下搭建react native開發環境的過程 1.安裝homebrew usr bin ruby e curl fssl 安裝完後如下所示 可使用命令 brew v 檢視其版本。3.安裝react native的命令列工具 需要sudo來安裝,有些目錄需要高階許可權 4.安裝...
mac上配置rails開發環境
mac被眾多rails開發者喜愛,本文就自己的環境介紹一下rails開發環境的配置。本人配置 基本環境 t43 leopard 9.5.6 本身mac上已經自帶了ruby 1.8.6,所以我們需要安裝的元件有 2.更新gem sudo s gem update system3.安裝rails 這裡根...