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

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)

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
```