Skip to content

zyzisyz/My-Setting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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