Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilfriedroset/dotfiles
dotfiles
https://github.com/wilfriedroset/dotfiles
dotfiles tmuxrc vimrc
Last synced: 8 days ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/wilfriedroset/dotfiles
- Owner: wilfriedroset
- Created: 2017-10-23T11:44:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T20:20:09.000Z (6 months ago)
- Last Synced: 2024-05-06T21:32:41.025Z (6 months ago)
- Topics: dotfiles, tmuxrc, vimrc
- Language: Vim script
- Size: 119 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)