https://github.com/diegotoral/dotfiles
Diego's dotfiles
https://github.com/diegotoral/dotfiles
Last synced: about 2 months ago
JSON representation
Diego's dotfiles
- Host: GitHub
- URL: https://github.com/diegotoral/dotfiles
- Owner: diegotoral
- License: mit
- Created: 2014-06-21T20:19:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T16:54:26.000Z (7 months ago)
- Last Synced: 2025-01-17T15:16:41.576Z (4 months ago)
- Language: Lua
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diego's dotfiles
## Requirements
Set zsh as your login shell
```sh
$ chsh -s $(chich zsh)
```## Installation
1. Clone this repository
```sh
$ git clone https://github.com/diegotoral/dotfiles.git ~/.dotfiles
```
2. Install [rcm](https://github.com/thoughtbot/rcm)
```sh
$ brew tap toughtbot/formulae
$ brew install rcm
```
3. Execute the installation
```sh
$ env RCRC=$HOME/.dotfiles/rcrc rcup
```## Feedback
Suggestions or improvements are welcome. File a [issue](https://github.com/diegotoral/dotfiles/issues)!