Skip to content

TakeshiOnishi/dotfiles

Repository files navigation

Dotfiles

Place the configuration file for development.

QuickStart

  1. git clone https://github.com/TakeshiOnishi/dotfiles ~/dotfiles
  2. cd $_
  3. make init
  4. (Option) Manual installation for coc.nvim (LSP)

Additoinal Setup

Setup Git Config

Place the following files ~/.gitconfig.local. Write the following contents.

[user]
  name = MY_NAME
  email = MY_EMAIL_ADDRESS

Setup diff-highlight

  • macOS (Using brew)
    • x86
      • ln -s /usr/local/share/git-core/contrib/diff-highlight/diff-highlight /usr/local/bin
    • arm(M1)
      • ln -s /opt/homebrew/share/git-core/contrib/diff-highlight/diff-highlight /usr/local/bin
  • RPM based Linux
    • ln -s /usr/share/git-core/contrib/diff-highlight /usr/local/bin

Making the cli useful

Configuration file for local environment only

  • Files to load before or after the standard settings file
    • `.zsh/rc/*.local_first
    • `.zsh/rc/*.local_last

Using Manage App Environment Tool

  • e.g. rbenv
  • PathSettings .zsh/rc/path.zsh.local_first
    • export PATH="$HOME/.rbenv/bin:$PATH"
  • InitializeSettings .zsh/rc/env.zsh.local_last
    • eval "$(rbenv init -zsh)"

Note

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published