https://github.com/nerdenough/dotfiles
A collection of my dotfiles
https://github.com/nerdenough/dotfiles
dotfiles git macos vim vscode zsh
Last synced: 8 months ago
JSON representation
A collection of my dotfiles
- Host: GitHub
- URL: https://github.com/nerdenough/dotfiles
- Owner: nerdenough
- License: mit
- Created: 2016-06-01T09:36:30.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:09:55.000Z (over 1 year ago)
- Last Synced: 2025-03-17T10:52:08.624Z (8 months ago)
- Topics: dotfiles, git, macos, vim, vscode, zsh
- Language: Shell
- Size: 687 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 git@github.com:nerdenough/dotfiles.git
cd ./dotfiles
# Copy the config
./install.sh
```