Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/enricobacis/.dotfiles

My personal dotfiles
https://github.com/enricobacis/.dotfiles

dotfiles

Last synced: 2 months ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

        

dotfiles
========

My dotfiles are managed using [GNU Stow][1] in the way shown in [this][2] wonderful post.

prerequisites
-------------

git
stow

usage
-----

If you want my `vim` configuration in your system, you can just:

git clone https://github.com/enricobacis/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow vim

[1]: https://www.gnu.org/software/stow/
[2]: http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html