kleinfreund / dotfiles

My configuration files (dotfiles) and a script for setting them up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This is a collection of dotfiles and configuration files that I use in my development process. It also has a script to put these files into place via symbolic links.

Usage

Setup a new machine

  1. Fork this repository.

  2. Run the deploy script.

    ./deploy.sh

    This will create symbolic links in your home directory to all files in the repository’s home directory. It will also attempt to install software that I regularly use for development (e.g. Z shell, Oh My Zsh, Z shell plugins, etc.).

Update files in the repository

Use the collect script to backup configuration files for Visual Studio Code and Albert.

./collect.sh

About

My configuration files (dotfiles) and a script for setting them up.


Languages

Language:Shell 88.1%Language:Vim Script 11.9%