https://github.com/mislam/dotfiles
Beautify your bash terminal with awesome looking prompt.
https://github.com/mislam/dotfiles
Last synced: about 1 year ago
JSON representation
Beautify your bash terminal with awesome looking prompt.
- Host: GitHub
- URL: https://github.com/mislam/dotfiles
- Owner: mislam
- Created: 2014-10-18T11:36:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T15:07:17.000Z (over 7 years ago)
- Last Synced: 2025-04-06T03:12:09.652Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 625 KB
- Stars: 40
- Watchers: 9
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://chriskempson.github.io/base16/) for your favorite terminal app. My personal preference is `Solarized Base16` theme for `iTerm2` which you can find from [here](https://github.com/chriskempson/base16-iterm2).
- Browse to `fonts` directory and install all `FiraCode` fonts.
- Go to iTerm `Preferences > Profiles > Text` and use `Fira Code` font for both `Font` and `Non-ASCII Font`.
### Install Dotfiles
Make sure you have python installed. Then clone this repository into your home folder:
git clone git@github.com:mislam/dotfiles.git ~/.dotfiles
Run the installer script:
~/.dotfiles/scripts/install.sh
Enjoy!