Skip to content

achasveachas/yechiels-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

This repo contains my dotfile configuration.

Contents

The repo contains three dotfiles:

  • .prompt contains the bash prompt (an emoji that indicates if the last prompt was successful, the computer name and host, the path to the current working directory, and the current git branch).
  • .aliases contains bash aliases
  • .git_aliases contains git aliases

Usage

To use these download the repo into your root directory and then add the following to the bottom of your ~/.bashrc (~/.bash_profile on mac):

for file in ~/yechiels-dotfiles/.*.sh
do source $file
done

And the following to your ~/.gitconfig:

[include]
        path = ~/yechiels-dotfiles/.git_config

About

my dotfile configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages