Skip to content

l3ender/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is a repo that stores dot files for my home directory.

It's primarily used for a Mac system.

Installation

  1. Run the following in your home directory (credit):
    git init .
    git remote add origin <repository-url>
    git fetch --all --tags --prune
    git checkout master
  2. Ignore changes to .ssh/config (credit):
    git update-index --assume-unchanged .ssh/config

Updates

Files are excluded by default (see .gitignore). If there's a new file that should be tracked, the .gitignore file will need to be updated before you will be able to add it.

About

Files for my home directory

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages