Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f16f2ea227 | ||
|
|
cedecde9bc |
@@ -1,10 +1,36 @@
|
|||||||
dotfilemanager.py - a dotfiles manager script.
|
[](https://pypi.python.org/pypi/dotfilemanager/)
|
||||||
|
[](https://pypi.python.org/pypi/dotfilemanager/)
|
||||||
|
[](https://pypi.python.org/pypi/dotfilemanager/)
|
||||||
|
[](https://pypi.python.org/pypi/dotfilemanager/)
|
||||||
|
[](https://pypi.python.org/pypi/dotfilemanager/)
|
||||||
|
|
||||||
|
dotfilemanager.py
|
||||||
|
=================
|
||||||
|
|
||||||
|
A dotfiles manager script.
|
||||||
|
|
||||||
This is similar to [Steve Kemp's dotfile manager][] but I rewrote it in
|
This is similar to [Steve Kemp's dotfile manager][] but I rewrote it in
|
||||||
Python and tweaked the behaviour a bit.
|
Python and tweaked the behaviour a bit.
|
||||||
|
|
||||||
[Steve Kemp's dotfile manager]: http://blog.steve.org.uk/i_ve_got_a_sick_friend__i_need_her_help_.html
|
[Steve Kemp's dotfile manager]: http://blog.steve.org.uk/i_ve_got_a_sick_friend__i_need_her_help_.html
|
||||||
|
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
------------
|
||||||
|
|
||||||
|
Python 2.7. It might work (or could easily be made to work) with 2.6 and 3.x
|
||||||
|
as well but I haven't tried.
|
||||||
|
|
||||||
|
|
||||||
|
Installation
|
||||||
|
------------
|
||||||
|
|
||||||
|
pip install dotfilemanager
|
||||||
|
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
`dotfilemanager link` Make a symlink in your homedir to each top-level
|
`dotfilemanager link` Make a symlink in your homedir to each top-level
|
||||||
file and directory in `~/.dotfiles`.
|
file and directory in `~/.dotfiles`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user