zyzisyz / My-Setting

My Setting backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MY-Setting

back up my personal settings in this repo.

Git command

# init
git init
git config --global user.name 'zyzisyz'
git config --global user.email zyziszy@foxmail.com

# git pull = git fetch + git merge
git pull

# commit
git checkout
git add ${filename}
git commit -m ${message}

# git remote show origin
git push origin master

vimrc

cd
rm -f .vimrc
wget https://raw.githubusercontent.com/zyzisyz/My-Setting/master/vim/.vimrc

bashrc & bash_profile

cd
# note: check original bashrc before delete
wget https://raw.githubusercontent.com/zyzisyz/My-Setting/master/linux/.bashrc

others

  1. conda command

About

My Setting backup

License:MIT License


Languages

Language:Vim Script 68.2%Language:Shell 26.7%Language:Python 5.1%