- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Tools
Setting -> Startup -> Specified named task => {shell}
環境変数HTTP_PROXY, HTTPS_PROXYに設定(無しでもぱっと見動いてるからOKかと思ったらダメだった)
環境変数chocolatey_bin_rootに、フォルダ名(C://とかいらない)を設定。例)ChocoPackages
パッケージ側に指定がない場合C直下にフォルダ作られちゃうらしい。
→ ChocolateyToolsRoot に変わったらしい
$ choco install curl
PowerShell の Alias に注意
https://curl.haxx.se/ca/cacert.pem をとってきて curl.exe と同じフォルダに curl-ca-bundle.crt として置く
build toolが必要とか言われるときはDevKitを入れる。gemでとってくるファイルがRubyでなくCで書かれてるとき、ビルドする必要があるので、gem用に用意されたDevKitを入れとくのがよい。
「はじめてのRuby on Rails3」サポートページ「DevKitの使い方」
- 公式からインストーラ落としてくる
- インストールしてパス通す(C:\Python27;C:\Python27\Scripts)
- pip公式 から get-pip.py 落としてきて
python get-pip.py
pip help
pip install [package_name]
pip uninstall [package_name]
pip list
pip freeze
pywin32公式 からインストーラ落としてインストール
Python と Win32/64 があってないとインストールできない
py2exe公式 からインストーラ落としてインストール
sbt.bat の "%_JAVACMD%"のところを
%_JAVACMD% -Dhttp.proxyHost=proxy.example.com -Dhttp.proxyPort=8080 
にする
> git log --decorate
> git log --graph
> git log --pretty=short
Remote のブランチ一覧
> git branch -a
Remote のブランチを checkout
> git checkout -b local_branch_name origin/remote_branch_name
> git branch -d local_branch_name
> git push origin :remote_branch_name
これは
> git push origin local_branch_name:remote_branch_name
の local を空で push するという意味。
> git remote -v
> git tag -a #tag-name# #commit-hash#
ファイル
> git filter-branch -f --index-filter 'git rm --ignore-unmatch filename' HEAD
フォルダ
> git filter-branch -f --index-filter 'git rm -rf --ignore-unmatch dirname' HEAD
$ git config --global http.proxy http://proxy.example.com:8080
$ git config --global https.proxy http://proxy.example.com:8080
$ git config --global url."https://".insteadOf git://
$ git config --list
$ git config -e --global
$ git clone git://github.com/xxx/xxx.git myxxx
- 矩形選択 Ctrl + Alt + UP/DOWN
- アウトライン
- Package Control から "Table Editor" を選択してインストール
- メニューの "View" -> "Syntax" でシンタックスを Markdown Extend に
- Ctrl+Shift+P で "Table Editor: Enable for current syntax" を選択
- Table内でTabで自動整形
- CSV選択して Ctrl+K -> '|' で表に
C:\Program Files\Twitter\TweetDeck\locales\en-US.pak
をリネームして再起動
https://github.com/brantb/solarized/tree/master/putty-colors-solarized