narugit / dotfiles

My organized dotfiles :gear: :gear: :gear:
0 stars 0 forks source link

ディレクトリ構成を見直す #5

Closed narugit closed 3 years ago

narugit commented 3 years ago
narugit commented 3 years ago
|-- bin/
|-- etc/
    |-- zsh/
        |-- .zshrc
        `-- .zsh.d/
            |-- priorities.conf
            |-- alias.zsh
            |-- peco.zsh
            `-- plugin.zsh
    |-- tmux/
        |-- .tmux.conf
        `-- .tmux.d
            |-- keybind.tmux
            |-- statusline.tmux
            |-- mouse.tmux
            `-- plugin.tmux
    |-- vim/
        |-- .vimrc
        |-- dein/
            |-- plugins.toml
            `-- plugins_lazy.toml
        `-- colors/
            `-- iceberg.vim
    |-- nvim/
    `-- peco/
        `- config.json
|-- test/
`-- install.sh

直下

zsh

narugit commented 3 years ago
  1. リポジトリを意図した構成に変更する。
  2. ローカルの各種設定を退避させる。
  3. リポジトリのinstall.shを実行して設定が意図した通りに反映されるか確認する。