Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nerdenough/dotfiles
- Owner: nerdenough
- License: mit
- Created: 2016-06-01T09:36:30.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:09:55.000Z (6 months ago)
- Last Synced: 2024-10-11T15:14:52.712Z (27 days ago)
- Topics: dotfiles, git, macos, vim, vscode, zsh
- Language: Shell
- Size: 687 KB
- Stars: 6
- Watchers: 2
- 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 [email protected]:nerdenough/dotfiles.git
cd ./dotfiles# Copy the config
./install.sh
```