Last active
December 16, 2016 02:27
-
-
Save kenmaz/5307010 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
まず | |
iCloudログイン | |
AppStoreで以下をインストール (購入済みタブからまとめてインストールできる) | |
Xcode | |
Slack | |
Sketch | |
LINE | |
sourceTree | |
https://ja.atlassian.com/software/sourcetree | |
設定 | |
タッチパッド設定 | |
スクロールとズーム | |
タッチパッドのスクロール方向ナチュラル OFF | |
ポイントとクリック | |
タップでクリック ON | |
奇跡の早さ 右から5番目あたり | |
その他ジェスチャ | |
アプリケーションexpose ON | |
フルスクリーンアプリケーション間をスワイプ OFF | |
アクセシビリティ | |
ズーム機能 | |
スクロールジェスチャと修飾キーを使ってズーム ON | |
マウストラックパッド | |
3本指のドラッグ ON | |
BetterTouch Tools | |
http://blog.boastr.net | |
windowスナップをON | |
Gesture > TrackPad | |
Four Finger Swipe Left .. ⌘+shift+⬅ | |
Four Finger Swipe Right.. ⌘+shift➡ | |
Karabiner | |
http://pqrs.org/macosx/keyremap4macbook/ | |
インストール後再起動 | |
右下Fnをcontrol_Lに変更 | |
Change Fn key > Fn to Control_L | |
キーリピートを300msくらいに | |
Key Repeat > [Delay Until Repeat] => 300 | |
設定 | |
キーボードショートカット | |
設定>キーボード>キーボードショートカット キーボードと文字入力>次のウィンドウを操作対象にする | |
⌘F1 を ^⌘F1 に変更 (Fnは^になったので) | |
[すべてのコントロール]にチェック | |
tabでダイアログの[いいえ]とか選択できるようにするため | |
Caps Lockキー無効 (or controlにいれかえ) | |
設定 > キーボード > 修飾キー | |
auto collect 無効化 | |
設定 > キーボード > ユーザ辞書 | |
英字入力中にスペルを自動変換 OFF | |
OSの設定 | |
Dockの設定 | |
設定>Dock | |
サイズを少し小さく | |
以下をDockに追加 | |
Applicationフォルダ > リストにする | |
Terminal | |
以下をDockから削除 | |
LaunchPad | |
Mission Control | |
メール | |
カレンダー | |
連絡先 | |
メモ | |
リマインダー | |
FaceTime | |
メッセージ | |
PhotoBooth | |
iTunes | |
iPhoneつないだ時にiPhoto起動しないように | |
イメージキャプチャ>割り当てなしに設定 | |
Sublime | |
http://www.sublimetext.com | |
Sublime設定 | |
キーバインディングの設定 | |
preferences -> key bindings - Default | |
IMEのカタカナ変換とかぶるので | |
//{ "keys": ["ctrl+k"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete to Hard EOL.sublime-macro"} }, | |
tab問題対応 | |
http://d.hatena.ne.jp/kaz_shu/20120718/1342623780 | |
// { "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": true} }, | |
// { "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": false}, | |
// "context": | |
// [ | |
// { "key": "setting.tab_completion", "operator": "equal", "operand": true } | |
// ] | |
// }, | |
補完をctrl+spaceからcmd+spaceに変更 | |
// { "keys": ["ctrl+space"], "command": "auto_complete" }, | |
// { "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context": | |
{ "keys": ["command+space"], "command": "auto_complete" }, | |
{ "keys": ["command+space"], "command": "replace_completion_with_auto_complete", "context": | |
こまかい設定 | |
preferences -> settings - User | |
自動改行禁止 | |
"word_wrap": "false", | |
PackageControlインストール | |
https://sublime.wbond.net/installation | |
パッケージ導入 | |
ConvertToUTF8 | |
shiftjisなファイルを開けるように | |
prettyjson | |
ctrl+cmd+j でjsonをキレイに表示 | |
FilterLines | |
cmd+F cmd+R でテキストをフィルタ表示 | |
Safari | |
編集 | |
スペルと文法 | |
スペルを自動的に修正 OFF | |
メニューバーに開発メニューを表示 | |
PDFをSafari内で開かない | |
AdobePDFViewer.plugin | |
AdobePDFViewerNPAPI.plugin | |
を削除(or Unusedフォルダに移動)してSafari再起動 | |
Terminal | |
設定 | |
シェル | |
シェルの終了時 .. ウィンドウを閉じる | |
詳細 | |
オーディオベル .. OFF | |
bash | |
.bash_profile作成 | |
curl https://gist.githubusercontent.com/kenmaz/5316119/raw/496107d15203da4aaee6320914ceec9654418d50/bash_profile > ~/.bash_profile | |
https://gist.github.com/kenmaz/5316119 | |
vim | |
.vimrcの作成 | |
curl https://gist.githubusercontent.com/kenmaz/5316378/raw/9d16a63b25561d647751a3d04d48c271f0d0dcec/vimrc > ~/.vimrc | |
https://gist.github.com/kenmaz/5316378 | |
Dropbox | |
https://www.dropbox.com | |
Box sync | |
https://dena.app.box.com/settings/sync | |
SourceTree | |
AppStoreのは更新とまってる | |
http://www.sourcetreeapp.com | |
ssh key | |
backupからcopy | |
chmod 600 id_rsa 忘れずに | |
githubにssh key登録 | |
その他開発サーバーにssh key登録 | |
Reveal | |
http://revealapp.com | |
ライセンスはよしなにする | |
Google日本語入力 | |
http://www.google.co.jp/ime/ | |
chrome | |
https://www.google.com/intl/ja/chrome/browser/ | |
Adbanced REST Client | |
https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo | |
** 以下必要に応じて ** | |
Wireshark | |
先にXQuartz入れる | |
http://xquartz.macosforge.org/landing/ | |
wireshark | |
http://www.wireshark.org/download.html | |
Unity | |
Skype | |
http://www.skype.com/ja/download-skype/skype-for-computer/ | |
ifunbox | |
http://i-funbox.com/ifunboxmac/ | |
Lita (sqlite管理ツール) | |
http://www.dehats.com/drupal/?q=node/58 | |
MySQL workbench | |
http://dev.mysql.com/downloads/tools/workbench/ | |
apache起動&site作成 | |
sudo apachectl start | |
mkdir ~/Sites | |
http://localhost/~kentaro.matsumae/ | |
homebrew | |
http://mxcl.github.io/homebrew/ | |
LimeChat | |
AppStoreからインストール | |
Preferences | |
Hightlightに以下あたりを登録 | |
all,kentaro,matsumae,メシ,飯,松前 | |
Interface | |
Connect to server on double click .. ON | |
Join channel on double click .. ON | |
Theme | |
Default | |
Log | |
join/leave, rename eventを非表示に | |
サーバー接続設定 | |
Details | |
Encoding .. UTF-8 | |
Fallback .. Don't Fallback | |
=>設定後再接続 | |
mode => +nに | |
ruby | |
rbenv | |
brew update | |
brew install rbenv ruby-build | |
.bash_profileに追加 | |
eval "$(rbenv init -)" | |
rbenv installs -l | |
rbenv install 2.x.x | |
rbenv global 2.x.x | |
source ~/.bashrc | |
cocoapods | |
gem install cocoapods | |
pod setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
すごくいいですね。Window Wrangerは入れないんですか?