Skip to content

danse/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Dotfiles are collections of files used for configuring tools, typically in an Unix environment. Many Github users keep their collection public

How to use the Bash configuration

Do not use the configuration directly, but rather point at it from the file used in your system. For example, if this repo is cloned in ~/repos/dotfiles and your system expects a Bash conf file in ~/.bashrc, you can structure ~/.bashrc this way:

# defaults from the system
# ...

source ~/repos/dotfiles/bashrc

# other customisations
# ...

This way, you can keep system specific settings clearly separated from the versioned code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published