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

https://github.com/SebastienElet/dotfiles

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

chunkwm dotfiles hacktoberfest osx shell tmux vim zsh

Last synced: 17 days 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
```