Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vintharas/dotfiles

my dotfiles
https://github.com/vintharas/dotfiles

Last synced: 27 days ago
JSON representation

my dotfiles

Awesome Lists containing this project

README

        

# dotfiles

dotfiles for my personal use managed with stow. So far they include:

* zshrc
* tmux

## Pre-requisites

Install [stow](https://www.gnu.org/software/stow/). On MacOS, you can use [homebrew](https://brew.sh/):

```bash
# Install stow
brew install stow
```

## Installation

1. Clone the repository
2. Use stow to symlink the desired configuration files

```bash
stow zsh tmux
```