Mac OS X 配置指南

Mac OS X 配置指南

  • Docs
  • Blog

›编程工具

目录

  • 介绍

系统偏好设置

  • 系统偏好设置
  • 开机启动项的管理

软件安装以及下载

  • Aria2 - 下载神器
  • Homebrew

后端相关工具

  • Docker

编程工具

  • Visual Studio Code
  • Xcode
  • Emacs
  • iTerm2
  • vim

    • 安装和配置
    • emmet-vim
    • NEOVIM

    Git 和 Github 的配置

    • Git
    • 常用 .gitignore

编程语言相关环境

  • Python
  • Ruby
  • Node.js

科研

  • LaTeX
  • Shadowsocks
  • V2ray 指南

娱乐

  • MPV
  • Chrome

其他

  • 其它常用软件

附录

  • 附:疑难杂症等
  • Bibliography

常用 .gitignore

.gitignore

这份 .gitignore 包含了 Mac 会生成一些特有的文件:

# Folder view configuration files
.DS_Store
Desktop.ini

# Thumbnail cache files
._*
Thumbs.db

# Files that might appear on external disks
.Spotlight-V100
.Trashes

# Compiled Python files
*.pyc

# Compiled C++ files
*.out

# Application specific files
venv
node_modules
.sass-cache

# Temp File
*.swp
*.swa
*.swo

# github merge file
*.orig

#vscode 
.vscode

进阶

除了.gitignore还有一个文件~/.gitignore_global,用法相同,可以把全局配置文件写在这里面

.\#* # Emacs生成的lock文件。

附录

GitHub 已经写好了一份 .gitignore 供大家使用,连接如下:

https://github.com/github/gitignore

Last updated on 2019-1-8 by wild-flame
← GitPython →
  • .gitignore
  • 进阶
  • 附录
Docs
Mac OS 配置指南 | Mac OS Setup Guide乱七八糟的笔记
Projects
Leetcode solutionsJekyll simple猪瘟疫情可视化
More
BlogGitHub
Copyright © 2019 wild-flame