dantas15 / dotfiles

Configuration files and some scripts I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 60.4%Language:Lua 39.6%