Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpon/dotfiles
https://github.com/mpon/dotfiles
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpon/dotfiles
- Owner: mpon
- Created: 2013-10-28T00:48:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T06:49:39.000Z (3 months ago)
- Last Synced: 2024-08-19T08:00:15.752Z (3 months ago)
- Language: Shell
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```