kupkovski / dotfiles-1

My personal dotfiles repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rudi's personal dotfiles

This repo follows the GNO stow naming convention to ealisy setup and share dotfiles between machines.

New machine install steps

  1. brew
  2. Oh-my-zsh
  3. brew packages: brew install neovim ripgrep fd nvm rbenv gh stow lazygit
  4. stow dotfiles: stow zsh nvim vimplug
  5. install a node version: nvm install v20
  6. install yarn with corepack enable
  7. install node->neovim lib: yarn global add neovim
  8. install a ruby version: rbevn install 3.3.3
  9. install ruby->neovim lib: gem install neovim
  10. open nvim and run :PlugInstall

    run :checkhealth for a health report

About

My personal dotfiles repo


Languages

Language:Vim Script 93.2%Language:Lua 6.8%