Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 576 Bytes

README.md

File metadata and controls

58 lines (42 loc) · 576 Bytes

dotfiles

Requirements

common

  • stow
  • zsh
  • ripgrep
  • tmux
  • git
  • tig
  • nvim
  • bat
  • wakatime
  • zathura
  • w3m
  • eza

macos only

  • homebrew
  • iterm2

linux

  • alacritty
  • i3
  • wofi

Install dotfiles

shared host

git clone https://github.com/ktsuda/dotfiles.git
cd dotfiles
./update -s

private host

git clone https://github.com/ktsuda/dotfiles.git
cd dotfiles
./update -p

Delete dotfiles

cd dotfiles
./update -D

ToDo

  • Add a script to install dotfiles that does not require the repository itself