Skip to content

davidsonfellipe/dotfiles

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
git
 
 
 
 
osx
 
 
ssh
 
 
 
 
 
 
 
 
 
 
 
 

My dotfiles

Screen Shot 2019-12-10 at 11 21 04 PM

How to run

$ sh install

Instalation

$ curl -L https://raw.github.com/davidsonfellipe/dotfiles/master/install | sh
# or
$ git clone https://github.com/davidsonfellipe/dotfiles.git && cd dotfiles && sh install.sh

Git Aliases

$ git st ~ status -sb
$ git ci ~ commit -m
$ git br ~ branch
$ git df ~ diff
$ git lg ~ git log -pgit ps
$ git co ~ git checkout
$ git tree ~ git log --graph --pretty=oneline --decorate
$ git pom ~ git push origin master
$ git ps ~ git push
$ git pl ~ git pull
$ git pp ~ git !"echo 'Pull'; git pull; echo 'Push'; git push"
$ git amend ~ git commit --amend -C HEAD
$ git ll ~ git log --pretty=oneline --decorate --abbrev-commit --max-count=15
$ git lll ~ git git log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
$ git rn ~ git log -M
$ git short ~ git shortlog -s -n

Utils

.bash_profile ✔
.gitconfig ✔
.gitignore_global ✔

License

Code is under MIT license and content is under Creative Commons BY-SA 3.0

About

💻 My OS X dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages