Skip to content

jonasehrlich/dotfiles

Repository files navigation

dotfiles

These are my dotfiles. There are many like it, but these are mine

Installation

To install the dotfiles in your environment use the interactive ./install script. The install script will do the following steps:

  1. Create a ~/.gitconfig file based on the template in .gitconfig
  2. Symlink the available .gitignore file to ~/.gitignore
  3. Symlink the .tmux.conf to ~/.tmux.conf
  4. Symlink the .pythonstartup to ~/.pythonstartup
  5. If requested, install oh-my-zsh (required for included .zshrc)
  6. If requested, install fzf (required for included .zshrc)
  7. If requested, install pyenv (required for included .zshrc)
  8. If requested, install VSCode extensions listed in vscode-extensions.txt
  9. If requested, add the default included .zshrc

This installation process tries to achieve that the repository is always the single source of truth.