https://github.com/tkmru/dotfiles
My development environment on OSX and Ubuntu using Mitamae
https://github.com/tkmru/dotfiles
dotfiles linux mac mitamae
Last synced: 10 months ago
JSON representation
My development environment on OSX and Ubuntu using Mitamae
- Host: GitHub
- URL: https://github.com/tkmru/dotfiles
- Owner: tkmru
- Created: 2016-04-14T05:31:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T07:27:08.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:04:54.239Z (over 1 year ago)
- Topics: dotfiles, linux, mac, mitamae
- Language: Shell
- Homepage:
- Size: 969 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My `dotfiles` are setup and install scripts for development environment using [Mitamae](https://github.com/itamae-kitchen/mitamae) for macOS and Ubuntu.
## Installation
When running on macOS, in addition to setting up dotfiles, it install `Xcode Command Line Tools` and `Homebrew` and some tools that can be installed by Homebrew and Homebrew cask.
```
$ cd $HOME
$ git clone https://github.com/tkmru/dotfiles.git
$ cd dotfiles
$ ./init.sh
Do you setup global .gitignore? [y/N]
y
...
Do you setup Xcode Command Line Tools? [y/N]
y
xcode-select: note: install requested for command line developer tools
Do you setup Homebrew? [y/N]
y
Do you setup some tools by Homebrew and Homebrew cask? [y/N]
y
...
```
## Update dotfiles
Use `deploy.sh`, when you add dotfiles.
```
$ ./deploy.sh
```