Skip to content

Minimalistic configs for bash, git and vim

License

Notifications You must be signed in to change notification settings

jawrainey/dotfiles

Repository files navigation

Dotfiles

@jawrainey's minimalistic configuration files for git, vim, and zsh.

Screenshot of the shell prompt

Dependencies

Installation

# 1. sync the repo
» git clone http://github.com/jawrainey/dotfiles.git ~/dotfiles && cd ~/dotfiles
# 2. Add dependencies as needed, e.g., python fzf
» source scripts/deps.sh [vim,python,fzf,zshp,linux]
# 3. install main requirements.
» source bootstrap.sh

(Optional) .extras

Add any additional configurations will be sourced in .zshrc, e.g., git configurations:

GIT_AUTHOR_NAME="Forename Surname"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"

GIT_AUTHOR_EMAIL="email@domain.com"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"

Inspiration

License

  • Licensed under MIT.

About

Minimalistic configs for bash, git and vim

Topics

Resources

License

Stars

Watchers

Forks