Skip to content

ryosan-470/dotfiles

Repository files navigation

dotfiles

test Docker Pulls License platform-osx platform-linux

How to setup

The easiest way to install the dotfiles is open to up a terminal, type the installation command below:

curl -L https://raw.githubusercontent.com/ryosan-470/dotfiles/master/install.py | python

Update the configuration

Use dot command as below:

$ dot
The dot command is a controller my dotfiles based on CLI
There are common dot commands used in various situations:

update         Update your dotfiles from GitHub (e.g git fetch origin master)
help           Print this message

Homebrew のセットアップについて

macOS では、パッケージの管理に Homebrew を使用しています。 新しい機器を導入する際などは以下のコマンドでセットアップすることができます。

brew bundle

GitConfig

コミット時の名前やメールアドレスなどは各環境に依存するため, dotfilesでの管理をとりやめました. 各環境で利用する際は, ~/.gitconfig.local に追記する形で利用してください.

Reference