git config --global user.name "JuLong"
git config --global user.email julong1988@naver.com
npm install -g http-server
cd ~/
mkdir .ssh
cd .ssh
ssh-keygen -o
cat ~/.ssh/id_rsa.pub
xattr -cr /Applications/PicGo.app
sudo spctl --master-disable
defaults write com.apple.finder AppleShowAllFiles -bool true
killall Finder
## npm set
npm set init-author-name 'jl917'
npm set init-author-email 'julong1988@naver.com'
npm set init-author-url 'https://jl917.github.io'
npm set init-license 'MIT'
## python set
ln -s $(which python3) /opt/homebrew/bin/python
ln -s $(which pip3) /opt/homebrew/bin/pip