Skip to content

ottony/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles for Vim and Tmux

Screenshot

It looks like this!

Plugins used

  • vundle
  • vim-bundler
  • vim-rails
  • vim-fugitive
  • ctrlp-vim
  • numbers
  • nerdtree
  • nerdcommenter
  • emmet-vim
  • vim-snipmate
  • supertab

Install

curl https://raw.githubusercontent.com/ottony/dotfiles/master/install.sh | sh

Git Alias

  • git lg
git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
  • git dif
git diff --color
  • git s
git status
  • git rf
git rebase FETCH_HEAD
  • git fo
git fetch origin

Example

git fo master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published