This file contains hidden or 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
| # https://github.com/Homebrew/homebrew-bundle | |
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/core" | |
| cask_args appdir: "/Applications" | |
| # ---------------------------------------- | |
| # brew | |
| # ---------------------------------------- |
This file contains hidden or 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
| Carthage/Carthage@0.34.0 | |
| realm/SwiftLint@0.39.1 | |
| yonaskolb/xcodegen@2.13.1 |
This file contains hidden or 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
| # .bashrcを編集する | |
| alias vibash='vi ~/.bashrc' | |
| # .bashrcを更新する | |
| alias rebash='source ~/.bashrc' | |
| # Git | |
| alias gst='git status' | |
| alias gdf='git diff --staged' | |
| alias gcm='git commit -m' | |
| alias gcma='git commit --amend' |
NewerOlder