Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrk21/dotfiles


https://github.com/mrk21/dotfiles

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

## Setup

### Mac

#### Install developper tools

- Install Xcode

#### Install Homebrew

- https://brew.sh/index_ja

#### Install basic packages

```bash
brew install coreutils
brew install findutils
brew install gnu-sed
brew install wget
brew install tree
brew install cmake
brew install peco
```