GitHunt
MA

malderete/dotfiles

My personal dotfiles

dotfiles

My personal dotfiles
Dotfiles represents how you customize your shell.
I have written/added few customization to my shell since years ago. Many times I have reused them in different systems so I decided to create a repository and share with everyone.
My aims IS NOT compare this project with another ones around there instead I just want to keep my stuff organized.

There are a LOT of awesome frameworks to customize your shell such as bash-it, oh-my-zsh, more, they have inspired me to create this project with my personal stuff.

Install

git clone https://github.com/malderete/dotfiles.git
cd dotfiles
./install

If you want to skip the GIT configuration you could set two ENV variable before install dotfiles.

git clone https://github.com/malderete/dotfiles.git
cd dotfiles
export DOT_GIT_AUTHORNAME='Your Name'
export DOT_GIT_AUTHOREMAIL='yourEmail'
./install

What is inside?

  • Configurations
  • Custom prompt (Virtualenv + GIT support)
  • Functions
  • Aliases
  • Completions
  • Scripts

##TODO
Improve doc

Languages

Shell99.7%Python0.3%

Contributors

Created May 29, 2014
Updated April 23, 2019