LoginSignup
0
3

More than 5 years have passed since last update.

dotfiles の管理は python-dotfiles が便利

Posted at

Windows でも homesick で dotfiles 管理がしたい! って記事で Ruby で作られた dotfiles 管理の紹介をしましたが、Python の dotfiles というパッケージがもっと便利だったのでその紹介です。

どんなところが良いかというと

  • Python 製で pip 一発(個人的な趣味)
  • Windows でも管理者権限のコマンドプロンプトで実行することを忘れなければ無改造でOK

というところですね。

使い方は https://pypi.python.org/pypi/dotfiles に載っている通りで、pip install dotfiles を(お好みで virutalenv で)実行してインストールした後、~/Dotfiles (Windows なら C:\Users\kounoike\Dotfiles)に github からリポジトリを clone してきて、dotfiles --sync して、お好きな .dotfile を dotfiles --add .dotfile して、Dotfiles の中で、git add dotfile して push。

ああ、なんか時間も時間なんで説明が雑だ・・・でも、便利で簡単なのですよ。

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3