8000 GitHub - Kazutoshiyoc/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kazutoshiyoc/dotfiles

Folders and files

NameName
Last commit message
Last commit date

La 8AE8 test commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

Usage

$ ./setup.sh

Customize

[ Enable git diff on VIM ]
$ git config --global diff.tool vimdiff
$ git config --global difftool.prompt false

[ Disable git diff on VIM ]
$ vi ~/.gitconfig

	# Remove the below lines
	[diff]
		tool = vimdiff
	[difftool]
		prompt = false
[ Set alias of git command ]
$ git config --global alias.st status

[ Un-Set alias of git command ]
$ vi ~/.gitconfig

	# Remove the below lines
	[alias]
		st = status

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

0