Giter Site home page Giter Site logo

dotfiles's Introduction

My dotfiles

Screen

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

dotfiles's People

Contributors

davidsonfellipe avatar emalherbi avatar

Watchers

Elias de Oliveira avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.