Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kassio/dotfiles

My environment setup
https://github.com/kassio/dotfiles

dotfiles shell

Last synced: 10 days ago
JSON representation

My environment setup

Awesome Lists containing this project

README

        

# dotfiles

## Sharing for reference only

**Use it at your own risk.**

### Install

```console
# ensure git is installed
$ softwareupdate --all --install --force

# check git version
# which will install git if not installed
$ git --version

# clone this repository
$ git clone https://github.com/kassio/dotfiles.git ~/.dotfiles

# install everything
$ ~/.dotfiles/install
```