Code Monkey home page Code Monkey logo

dotfiles-1's Introduction

How to Install

  1. リポジトリをクローンする。
git clone --recursive [email protected]:takezoh/dotfiles.git .dotfiles
  1. セットアップスクリプトを実行する。(何度か実行しないといけないかも)
bash .dotfiles/install.sh
  1. システム環境設定 > ユーザーとグループ > 詳細オプション > ログインシェル を zsh に変更する。
  2. ターミナルを再起動する。

Zsh

端末限定の設定は ~/.local/config/zshrc に定義する
デフォルトのキーバインドは Vim モード。変更する場合は、 ~/.local/config/zshrc で変更する。

bindkey -e

Zsh README

Git

個人設定は ~/.local/config/gitconfig に定義する

[ghq]
   root = ~/src

[core]
   excludesfile = ~/.local/config/gitignore  ; 個人の global な gitignore
   sshCommand = ssh -i ~/.ssh/id_rsa_git  ; デフォルト以外の鍵を使うなら指定する

[user]
   name = Takezoh
   email = [email protected]

[includeIf "gitdir:~/dev/anyuser/"]
   path = ~/.local/config/gitconfig-anyuser

コンフリクトしているファイルをVimで開く

git edit-unmerged

dotfiles-1's People

Contributors

takezoh 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.