Skip to content

l3ender/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages