Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wilfriedroset/dotfiles

dotfiles
https://github.com/wilfriedroset/dotfiles

dotfiles tmuxrc vimrc

Last synced: 8 days ago
JSON representation

dotfiles

Awesome Lists containing this project

README

        

# dotfiles

dotfiles collection using [dotbot](https://github.com/anishathalye/dotbot).

## Using git and dotbot

You can clone the repository wherever you want. (I like to keep it in
~/.dotfiles). Dotbot script will pull in the latest version and create
all appropriate links.

```bash
git clone https://github.com/wilfriedroset/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && ./install
```

## Contributing

Typo/Bugs/Suggestions/Improvements are
[welcome](https://github.com/wilfriedroset/dotfiles/issues)

## Thanks to...

[Anish Athalye](https://github.com/anishathalye) for [dotbot](https://github.com/anishathalye/dotbot)