Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpon/dotfiles


https://github.com/mpon/dotfiles

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Dotfiles

## command line toolのインストール

```bash
git
# comman line toolのインストールが促される
```

## hombebrew自体のインストール

```bash
cd
git clone [email protected]:mpon/dotfiles.git
cd dotfiles
./install_homebrew.sh
brew bundle # 何回かやる必要がある
```

## install

```bash
cd ~/dotfiles
./install.sh
```