dotfiles
dotfiles copied to clipboard
Beautify your bash terminal with awesome looking prompt.
Dotfiles
Configure your (Mac or Linux) terminal with beautiful, yet useful prompt. It also comes pre-configured with all necessary VIM plugins.
Examples
Clean working directory:
Unclean working directory:
After staging few files:
Unclean, committed once, but not pushed yet:
Clean and two commits awaiting to be pushed:
Install
Configure Terminal
-
First install your favorite base16 theme for your favorite terminal app. My personal preference is
Solarized Base16theme foriTerm2which you can find from here. -
Browse to
fontsdirectory and install allFiraCodefonts. -
Go to iTerm
Preferences > Profiles > Textand useFira Codefont for bothFontandNon-ASCII Font.
Install Dotfiles
Make sure you have python installed. Then clone this repository into your home folder:
git clone [email protected]:mislam/dotfiles.git ~/.dotfiles
Run the installer script:
~/.dotfiles/scripts/install.sh
Enjoy!