https://github.com/skippyza/dotfiles
Collection of dot files (tmux, vim, zsh)
https://github.com/skippyza/dotfiles
tmux vim zsh
Last synced: 4 months ago
JSON representation
Collection of dot files (tmux, vim, zsh)
- Host: GitHub
- URL: https://github.com/skippyza/dotfiles
- Owner: SkippyZA
- License: mit
- Created: 2016-02-21T10:56:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-30T15:41:09.000Z (about 1 year ago)
- Last Synced: 2025-05-30T22:06:38.866Z (about 1 year ago)
- Topics: tmux, vim, zsh
- Language: Vim Script
- Homepage:
- Size: 615 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Skippy's Dotfiles
## Usage
```
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Clone repo
git clone git@github.com:SkippyZA/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make install
```