Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reminjp/dotfiles
My development environment.
https://github.com/reminjp/dotfiles
Last synced: about 1 month ago
JSON representation
My development environment.
- Host: GitHub
- URL: https://github.com/reminjp/dotfiles
- Owner: reminjp
- Created: 2018-04-12T04:14:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T00:05:02.000Z (4 months ago)
- Last Synced: 2024-08-26T01:37:21.779Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My development environment.
## Requirements
Set bash as your login shell.
```sh
chsh -s "$(which bash)"
```## Installation
Run [`install.sh`](./install.sh).
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/reminjp/dotfiles/HEAD/install.sh)"
```See also:
- [Homebrew](https://brew.sh/)
- [rcm](https://github.com/thoughtbot/rcm)## License
TBD
© remin