Skip to content

yerly/mac_useful_things

 
 

Repository files navigation

mac_useful_things


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

1. memory_usage.py

show memory usage in python

2. useful_shells.sh

some mac useful shells

3. shortcut_keys_intro.md

introduce mac shortcut keys

4. st_shortcut_keys.md

SublimeText2 shortcut keys

5. zsh_tips.md

zsh useful tips

6. bin/rm_ds

删除当前目录下的.DS_Store文件

7. bin/git_init

初始化git repository

git_init [git_repos_url] [to_dir]
  • git_repos_url为空时,初始化.gitignore文件

  • git_repos_url不为空,则将此repos克隆到本地,然后初始化.gitignore文件

About

some useful mac things:scripts shells doc shortcut key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.6%
  • Python 37.4%