Skip to content

Instantly share code, notes, and snippets.

@themse
Last active April 10, 2022 13:56
Show Gist options
  • Save themse/5b5cea2fce2cc23b2b682d831f717fdb to your computer and use it in GitHub Desktop.
Save themse/5b5cea2fce2cc23b2b682d831f717fdb to your computer and use it in GitHub Desktop.
Base Environment Config
[user]
name = YourName
email = mail@example.com
[core]
editor = vim
autocrlf = false
[alias]
lg = log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --graph
co = checkout
ci = commit
st = status
br = branch
syntax on
colorscheme darkblue
set encoding=utf8
set number
set expandtab
set smarttab
set tabstop=2
set softtabstop=2
set shiftwidth=2
set foldcolumn=2
set mouse=a
set ignorecase
set smartcase
set hlsearch
set incsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment