Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbdimitrov/dotfiles
.files and configs belonging to ~
https://github.com/robbdimitrov/dotfiles
dotfiles editorconfig zsh zshrc
Last synced: 2 days ago
JSON representation
.files and configs belonging to ~
- Host: GitHub
- URL: https://github.com/robbdimitrov/dotfiles
- Owner: robbdimitrov
- License: mit
- Created: 2018-12-02T12:51:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T16:01:26.000Z (over 4 years ago)
- Last Synced: 2024-11-10T15:07:25.166Z (about 1 month ago)
- Topics: dotfiles, editorconfig, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Setup
Clone the `dotfiles` repo to a directory of choice:
```sh
$ git clone https://github.com/robbdimitrov/dotfiles.git && cd dotfiles
```Run the `bootstrap` script and follow the insructions:
```sh
$ ./bootstrap.sh
```Source your `zshrc` file to get the changes in your current shell:
```sh
$ source ~/.zshrc;
```## License
Licensed under the [MIT](LICENSE) License.