Skip to content

Latest commit

 

History

History

local

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Local config files

Here are the files that contain configs adjusted for local user.

You can specify a persistent config in following files (in ~/ folder):

They won't be rewritten during the installation

If you want to copy all example .local config files from .dotfiles just run following:

cp ~/.dotfiles/local/.*.local ~/

or to link them:

ln -sf ~/.dotfiles/local/.*.local ~/

Please note that in order avoid pushing the changes to .gitconfig.user.local it makes sense to ignore the local changes to this file:

cd ~/.dotfiles
git update-index --assume-unchanged local/.gitconfig.user.local

or

cd ~/.dotfiles
git untrack local/.gitconfig.user.local

if you're using the aliases