Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emazzotta/dotfiles

⚡️ Collection of my dotfiles
https://github.com/emazzotta/dotfiles

bashrc config dotfile dotfiles tmux vimrc zshrc

Last synced: about 2 months ago
JSON representation

⚡️ Collection of my dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

This is a collection of my dotfiles.

## Install

```bash
cd ${HOME} && \
curl -fSsL https://github.com/emazzotta/dotfiles/archive/master.zip > master.zip && \
unzip master.zip && \
rm -rf master.zip && \
mv dotfiles-master dotfiles && \
cd dotfiles && \
./setup
```