Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1 KB

README.md

File metadata and controls

56 lines (40 loc) · 1 KB

dotfiles

This project is managed by chezmoi.

requirement

install

curl -sSL dot.ebiyuu.com | sh

This runs steps below.

  1. Download/install chezmoi to your computer.
  2. Clone this repository and place dotfiles by chezoi.
  3. afx is installed by chezmoi.
  4. Some commnand line tool (including nvim) is installed by afx.

This clones this repository by http. If you want to push to this repository, please run:

git remote set-url origin [email protected]:ebiyuu1121/dotfiles

daily tasks

chezmoi update
chezmoi apply

chezmoi edit -a # open nvim on directory
chezmoi edit -a {file}

Requirements

memo for myself

  • from apt / brew
    • zsh
    • peco
    • wget
  • from script
    • starship
      • curl -sS https://starship.rs/install.sh | sh
    • deno
      • curl -fsSL https://deno.land/x/install/install.sh | sh
  • manual install
    • go
  • go install
    • ghq
      • go get github.com/x-motemen/ghq