Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nerdenough/dotfiles

A collection of my dotfiles
https://github.com/nerdenough/dotfiles

dotfiles git macos vim vscode zsh

Last synced: 11 days ago
JSON representation

A collection of my dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

This repository contains all of my dotfiles for my local environments.

## Installation

The install script copies all the config files from this repository into their
correct locations. This will **delete** all of the original files first.

_Note: Some of the config locations are macOS specific. YMMV._

```sh
# Clone the repo
git clone [email protected]:nerdenough/dotfiles.git
cd ./dotfiles

# Copy the config
./install.sh
```