Skip to content

zsim0n/dotfiles

Repository files navigation

Zoltan's dotfiles

Dot files for improving Mac OS X terminal for development. Heavily insired by Mathias Bynens's dotfiles and many great Articles

screenshot

Dependencies

Features

  • colorful terminal
  • git aliases, global gitignore, multiple git identity
  • git prompt inspired by posh-git
  • bash and git completion
  • useful aliases

Inspirations

Usage

clone the repository $ git clone https://github.com/zsim0n/dotfiles.git than copy all the files into your home. !this will destroy your current profile settings!

Update dependencies

git completion

$ git clone https://github.com/zsim0n/dotfiles.git
$ cd dotfiles
$ wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
$ mv git-completion.bash .git-completion.bash

git prompt

$ git clone https://github.com/zsim0n/dotfiles.git
$ cd dotfiles
$ wget https://raw.githubusercontent.com/lyze/posh-git-sh/master/git-prompt.sh
$ mv git-prompt.sh .git-prompt.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages