Skip to content

luander/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

The key for this repository to work is the .gitignore file. It has a * in it which tells git to ignore everything. The idea is that you clone this repo in your $HOME directory and nothing will ever be committed by mistake. To add new files to this repository run:

git add -f <file>

Installation

cd ~
git init
git remote add origin git@github.com:luander/dotfiles.git
git fetch
git checkout -f main

Inspired by: https://drewdevault.com/2019/12/30/dotfiles.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published