Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev on Mac #3

Open
dengwanc opened this issue Feb 11, 2018 · 3 comments
Open

Dev on Mac #3

dengwanc opened this issue Feb 11, 2018 · 3 comments

Comments

@dengwanc
Copy link
Owner

dengwanc commented Feb 11, 2018

使用【迁移助理】完全迁走

如何配置新的开发机器

============> Mac 用户
============> 我的机器

1. 软件

2. 配置文件

  • .gitconfig
  • .zshrc
  • .vimrc
  • crontab -e

3. 其他

  • VS Code Plugins
  • ~/Downloads/*
  • ~/Documents/*
  • ~/Projects/*

赞赏如果您觉得此文有帮助,可以描二维码打赏点钱给我

@dengwanc dengwanc changed the title HOW TO LEAVE A COMPANY Mac Dev Oct 29, 2018
@dengwanc dengwanc changed the title Mac Dev Dev on Mac Oct 29, 2018
@dengwanc
Copy link
Owner Author

syntax on
set nu
set smartindent
set softtabstop=4 shiftwidth=4 expandtab

@dengwanc
Copy link
Owner Author

[user]
	name = dengwancheng
	email = wancheng.deng@foxmail.com

[alias]
    s = status -s
    co = commit -am
    a = add --all
    back = reset HEAD^
    keep = stash --keep-index
    ls = stash list
    pop = stash pop
[url "https://"]
	insteadOf = git://

@dengwanc
Copy link
Owner Author

dengwanc commented Nov 6, 2019

VSCode
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant