https://github.com/yasuoza/dotfiles
my dotfiles
https://github.com/yasuoza/dotfiles
dotfiles homebrew shell
Last synced: 5 months ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/yasuoza/dotfiles
- Owner: yasuoza
- Created: 2012-03-28T18:22:31.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T22:10:49.000Z (about 1 year ago)
- Last Synced: 2025-07-07T07:43:53.056Z (12 months ago)
- Topics: dotfiles, homebrew, shell
- Language: Shell
- Homepage:
- Size: 4.91 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
██████╗ ██████╗ ████████╗███████╗██╗██╗ ███████╗███████╗
██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝██║██║ ██╔════╝██╔════╝
██║ ██║██║ ██║ ██║ █████╗ ██║██║ █████╗ ███████╗
██║ ██║██║ ██║ ██║ ██╔══╝ ██║██║ ██╔══╝ ╚════██║
██████╔╝╚██████╔╝ ██║ ██║ ██║███████╗███████╗███████║
╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝
```
## Clone
This repository contains some submodules. So clone this repository with `--recursive` strategy.
```bash
$ git clone --recursive https://github.com/yasuoza/dotfiles.git
```
Resucue forgotten `--recursive` option. Pull submodules with following command.
```bash
$ git submodule update --init --recursive
```
## Homebrew
With homebrew, install vital packages as
```bash
$ cd dotfiles
$ brew bundle
```
## Create all symlinks
```bash
$ cd dotfiles
$ make # shows available commands
$ make install
```