Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicolasbizzozzero/dotfiles

My own local configuration files.
https://github.com/nicolasbizzozzero/dotfiles

configuration configuration-files dotfiles stow

Last synced: about 23 hours ago
JSON representation

My own local configuration files.

Awesome Lists containing this project

README

        

# dotfiles
My own local configuration files.
Files are organized by software following a _GNU Stow_ hierarchy.

## Installation
To install the configuration files of a software, invoke the _GNU Stow_ command with the respecting software's directory.
For example, if you want to install my *zsh* configuration files, simply run:
```bash
$ stow zsh
```