Skip to content

ThomasSimoens/dot-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dot-files

This repo contains some of my most common configuration files.

Setup

Typically these dot-files reside in the home directory, so adding them can be done by:

cd ~
git init
git remote add origin git@github.com:ThomasSimoens/dot-files.git
git fetch
git checkout -f main

Adding dot-files

Since everything is ignored by git by default (see .gitignore), new files should be added by:

git add -f $file_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages