Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 527 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 527 Bytes

Requirements for dotfiles:

  • Installed packages: git, neovim, tmux, zsh, unzip, zoxide
  • Installed basic AstroNvim configuration:
git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim
  • Installed oh-my-zsh:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • Installed starship prompt:
curl -sS https://starship.rs/install.sh | sh
  • Installed asdf:
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0