Skip to content

svenjr/dotenvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sven's DOTENVs

This public repo simply makes my life easier by being my source-of-truth for my "dotenvs" - the files that pretty much control the configuration of any tools I use.

Currently, those include:

  • .zshrc (ZSH config)
  • .bash_profile (bash config)
  • .vimrc (vim config)
  • .psqlrc (PSQL config)
  • .gitignore (Tell git what not to look for)

So that I don't forget: To get these working on a new system/machine, make sure to git clone this repo and then symlink correctly like so:

ln -s [source from this repo] [target]

Here is an example for the .zshrc:

ln -s ~/Documents/dotenvs/.zshrc ~/.zshrc

About

Where I keep my config files to symlink on new systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published