Skip to content

dantas15/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config files

In this repo I keep some useful scripts to help and improve my setup, specially after a fresh install.

Git

  • Since I use multiple configuration files, I always put the following to the main .gitconfig file:
[includeIf "gitdir:~/www/workdir/"]
    path = ~/www/workdir/.gitconfig
  • And in the following workdir file I specified above:
[user]
    email = gus@workmail.com

Currently, I have some notes for the following:

About

Configuration files and some scripts I use

Resources

Stars

Watchers

Forks