Skip to content

motty-mio2/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,050 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motty's setup environments

Installaion

Linux / macOS

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply motty-mio2 -k

Windows

In Devlopper Setting

  • ローカルPowerShellスクリプトを許可する
  • sudo 有効化する
New-Item -ItemType Directory -Force $HOME/.local/bin
Invoke-WebRequest -Uri "https://github.com/twpayne/chezmoi/releases/latest/download/chezmoi-windows-amd64.exe" -OutFile $HOME/.local/bin/chezmoi.exe
."$HOME/.local/bin/chezmoi.exe" init --apply -k motty-mio2

Vim Only

mkdir -p "$HOME/.config/vim"
wget -P "$HOME/.config/vim" https://raw.githubusercontent.com/motty-mio2/dotfiles/refs/heads/main/dot_config/vim/vimrc
wget -P "$HOME/.config/vim" https://raw.githubusercontent.com/motty-mio2/dotfiles/refs/heads/main/dot_config/vim/option.vim

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors