ryosan-470 / dotfiles

my own dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my own dotfiles

License:MIT License


Languages

Language:Shell 47.0%Language:Emacs Lisp 33.7%Language:Python 9.0%Language:Vim Script 5.5%Language:TeX 2.4%Language:Dockerfile 1.1%Language:Perl 0.9%Language:Ruby 0.4%