https://github.com/t99/dotfiles
A collection of the dotfiles that I use on my *nix machines.
https://github.com/t99/dotfiles
Last synced: 5 months ago
JSON representation
A collection of the dotfiles that I use on my *nix machines.
- Host: GitHub
- URL: https://github.com/t99/dotfiles
- Owner: T99
- Created: 2022-03-19T01:32:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T05:10:42.000Z (about 3 years ago)
- Last Synced: 2025-07-14T21:34:22.639Z (12 months ago)
- Language: Vim Script
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Trevor's dotfiles
This repository just serves as a central repository for the various dotfiles that I use on pretty much all of my *nix machines.
## Installation
Clone down the repository:
```bash
$> git clone git@github.com:T99/dotfiles.git
Cloning into 'dotfiles'...
[...]
```
Navigate into the directory that you've just cloned the repository into:
```bash
$> cd dotfiles
```
Ensure that the `install` file is executable:
```bash
$> chmod +x install
```
And run the `install` file!
```bash
$> ./install
[...]
```
Don't worry, the install script is interactive, and will ask before overwriting any existing dotfiles that might already be in-place.