Skip to content

motlib/cfgfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CfgFiles

This repository contains some of my configuration files from my Linux home directory.

The .gitignore file is set up to ignore all files, but then exclude some files from the ignore list (i.e. not ignore them again) by prepending the exclamation mark.

Usage

This repository is supposed to be cloned directly to the home directory. As git does not like to clone into a non-empty directory, you need to apply some workaround:

# In your home directory
git init .
git remote add https://github.com/motlib/cfgfiles.git
git fetch
git checkout master

About

My personal config files like .emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published