Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles

webpro/dotfilesをforkさせていただいた、オレオレdotfilesです。利用は自由ですが、リスクはあなた自身で負いましょう。 macOSをターゲットにしていますが、*nixでも動作するはず…というのはwebpro/dotfilesの話なので、@kuronekomichael がカスタムすることで動かなくなるかもしれません!

パッケージ概要

インストール

キラキラ初期状態のmacOSにインストールするには、事前準備が必要です

sudo softwareupdate -i -a
xcode-select --install

git、もしくはcurlのどちらでインストールします

git cloneしてインストール

git clone https://github.com/kuronekomichael/dotfiles.git ~/.dotfiles
source ~/.dotfiles/install.sh

curlを利用してリモートインストール

あるいはgitを利用せずに、curlを使って ~/.dotfiles へインストールすることもできます

bash -c "`curl -fsSL https://raw.github.com/kuronekomichael/dotfiles/master/remote-install.sh`"

wgetを使う場合はこちら

bash -c "`wget -O - --no-check-certificate https://raw.githubusercontent.com/kuronekomichael/dotfiles/master/remote-install.sh`"

dotfilesコマンド

$ dotfiles help
Usage: dotfiles <command>

Commands:
    clean            brew, npm, gem, rvmのキャッシュを削除する
    dock             macOSのDockの設定を反映する
    edit             IDE(Visual Studio Code)とGit(Sourcetree)で、dotfielsを開く
    help             This help message
    macos            macOSのsystem defatulsに設定値を反映する
    test             テストを実行する
    update           macOS, brew, npm, gemのパッケージ/パッケージマネージャーをアップデート

カスタマイズと機能拡張

gitの認証情報など、外部に公開はしたくないカスタム設定は system/.custom に置くことができます。 system/.custom.bash_profileから自動的に読み込まれます。.gitignoreに含まれているのでgit管理されません。

別の手段として、個人用のdotfileリポジトリとして~/.extraを配置することもできます。

  • ~/.extra/runcom/*.shが存在していれば、.bash_profileから自動的に読み込まれて実行してくれます
  • ~/.extra/install.shが存在していれば、インストーラー(install.sh)が併せて実行してくれます

その他のリソース

クレジット

Thanks webpro/dotfiles!! Many thanks to the dotfiles community.

dotfiles's People

Contributors

webpro avatar kuronekomichael avatar jimjafar avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.