calimarkus / .dotfiles

[CLI] My .dotfiles to configure zsh/git/hg/lldb etc to my needs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

My .dotfiles to configure zsh/git/hg/lldb etc. to my needs

PROMPT

Install guide

  1. Clone it into ~
  2. Make sure you have the submodules by running git submodule update --recursive --init
  3. Run install.sh
  4. Add your git user info in ~/.dotfiles/secret/.gitconfig like this:
[user]
  name  = Marty McFly
  email = mmcfly@hillvalley.edu

About

[CLI] My .dotfiles to configure zsh/git/hg/lldb etc to my needs


Languages

Language:Shell 100.0%