Skip to content

nabezokodaikon/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Install

$ git clone https://github.com/nabezokodaikon/dotfiles.git ~/dotfiles
$ cd ~/dotfiles/script
$ ./install.sh
$ ./git-config.sh

SKK

データベース

~/.cache/skkeleton.db

辞書

~/.local/share/skk/SKK-JISYO.L

Translate Shell

Neovimで必要

$ git clone https://github.com/soimort/translate-shell.git ~/.local/src/translate-shell
$ cd ~/.local/src/translate-shell
$ make
$ ln -s ~/.local/src/translate-shell/build/trans ~/.local/bin/trans

MEMO

Zshの設定ファイルの読み込み順序

  1. Case by login shell.
  2. ~/.zshenv
  3. ~/.zprofile
  4. ~/.zshrc
  5. ~/.zslogin
  6. ~/.zlogout
  7. Case by interactive shell.
  8. ~/.zshenv
  9. ~/.zshrc
  10. Case by running shell script.
  11. ~/.zshenv

参考