svenjr / dotenvs

Where I keep my config files to symlink on new systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 86.2%Language:Vim Script 13.8%