some useful things in MAC OS.
- scripts
- shells
- tips of some common useful apps
PS: u can set bin
to the System Path to use the common usage shells
Description:some mac useful shells
Description: introduce mac shortcut keys
Description: SublimeText2 shortcut keys
Description: zsh useful tips
Description:show memory usage in python
Description: init git repository
Usage: git_init [git_repos_url] [to_dir]
Option:
- when git_repos_url is empty,init .gitignore, otherwise clone the repository to [to_dir],and int .gitignore
- when to_dir is empty, the to_dir is the end of the git_repos_url,for example mac_useful_thins.git
Example:
git_init git@github.com:superhj1987/mac_useful_things.git mac_useful_things
Description: delete .DS_Store in current dir