Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T03:20:00.000Z (8 months ago)
- Last Synced: 2024-11-01T06:42:14.860Z (3 months ago)
- Topics: dotfiles, linux, mac, mitamae
- Language: Shell
- Homepage:
- Size: 968 KB
- Stars: 5
- Watchers: 3
- 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
```