Skip to content

goozbach/dot_files

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dot File Management

I have always wanted a simple way of managing my bash file settings (.bashrc, .bash_profile and the like). I had built a system much like this one, but it didn't work very well. So this is a ground-up rewrite

This repo contains a slightly modified copy of what you would find in the default /etc/skel on a Fedora 11 system. But you actually only need the makefile

Of my modifications you'll find the useful stuff in _bashrc and _profile.d.

Instructions

Creating source files

Any file which matches the shell glob _* will be linked into $HOME as a symlink with the first _ replaced with a .

For example:

_bashrc

becomes

${HOME}/.bashrc

Installing source files

It's as simple as running:

make

From this top-level directory.

Requirements

  • bash
  • gnu make

About

A simple dotfile management system (stored in git!)

Resources

Stars

Watchers

Forks

Packages

No packages published