Skip to content

kumar303/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are my dotfiles for configs and stuff. I mostly just copied them from people 😅

Here's what I run on a new machine.

mkdir -p ~/src/github.com/kumar303
git clone https://github.com/kumar303/dotfiles.git ~/src/github.com/kumar303/dotfiles
cd ~/src/github.com/kumar303/dotfiles
find . -path './.*' -not -path './.git' -depth 1 -exec ln -s ~/src/github.com/kumar303/dotfiles/{} ~/{} \;

Add this [includes] section to .gitconfig :

[include]
	path = ~/.gitconfig.defaults

About

dotfiles for configs and stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published