Giter Site home page Giter Site logo

.dotfiles's Introduction

.dotfiles

A collection of tweaks to make my life easier.

Traversing Files

> .. is to cd ../ Move up 1 file

> ... is to cd ../../ Move up 2 files

> .... is to cd ../../../ Move up 3 files

> ..... is to cd ../../../../ Move up 4 files

Open Applications

> atom is to atom .

Install Applications

> install-apps downloads the following apps:

  • Google Chrome
  • Discord
  • Slack
  • Minecraft
  • InsomniaX
  • Sketch
  • Zoom
  • Adobe Creative Cloud
  • Ghost
  • League of Legends
  • Spark
  • Dropbox

Git Commands

> clone is to git clone

> pull is to git pull

๐Ÿ™‰ > rebase is to git rebase

๐Ÿ™‰ > commit is to git commit

๐Ÿ™‰ > checkout is to git checkout

๐Ÿ™‰ > status is to git status

๐Ÿ™‰ > pmas is to git push origin master

๐Ÿ™‰ > pher is to git push heroku master

๐Ÿ™‰ > log is to git log --date-order --all --graph --format='%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ar%Creset %C(red bold)%d%Creset%s'

the output of git commands are a little more colorful.. thats also neat

The color scheme of the terminal is Dracula

Color Scheme:

Base color

white=$(tput setaf 15);

Primary colors

purple=$(tput setaf 141);

pink=$(tput setaf 212);

yellow=$(tput setaf 228);

Secondary colors

cyan=$(tput setaf 51);

green=$(tput setaf 84);

orange=$(tput setaf 214);

red=$(tput setaf 203);


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.