Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kleinfreund/dotfiles

My configuration files (dotfiles) and a script for setting them up.
https://github.com/kleinfreund/dotfiles

aliases configuration dotfiles

Last synced: 29 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.

```sh
./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](https://code.visualstudio.com/) and [Albert](https://github.com/albertlauncher/albert).

```sh
./collect.sh
```