Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/SebastienElet/dotfiles

🔧 My dotfiles
https://github.com/SebastienElet/dotfiles

chunkwm dotfiles hacktoberfest osx shell tmux vim zsh

Last synced: about 2 months ago
JSON representation

🔧 My dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

## Install

```bash
curl -fsSL \
https://raw.githubusercontent.com/SebastienElet/dotfiles/main/install.sh | sh
```

## Manual install

```bash
cd && \
git clone --depth 1 https://github.com/SebastienElet/dotfiles.git .dotfiles &&
make all
```