Skip to content

codeofzen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Collection of Dotfiles

This repository contains a selection of dotfiles with functionality to beef up the shell.

How to install

  1. Copy dotfiles to your home-directory

  2. Add snippet to .bash_profile to load additional dotfiles

# Load given list of files from home-directory
for file in ~/.{aliases,functions}; do
  [ -r "$file" ] && source "$file"
done
unset file

Inspired by:

About

Collection of dotfiles to beef up the bash-shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors