/dotfiles

dotfiles for @mehanalavimajd including configuration for git, aliases, bash prompt config and ...

Primary LanguageShell

What is this?

This is dotfiles for me. I have shared it so you can easily use this.

git config:

  • global ignore
  • commit message template

system config:

  • aliases and functions
  • beautiful bash prompt bash-prompt

Installation

clone and install it:

git clone https://github.com/mehanalavimajd/dotfiles/
# copying dotfiles/ to ~/dotfiles
mkdir ~/dotfiles
cp ./dotfiles/ ~/dotfiles
cd ~/dotfiles
bash install.sh

And restart your terminal.