Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 725 Bytes

readme.md

File metadata and controls

37 lines (23 loc) · 725 Bytes

my dotfiles nothing special

Setup

shellscript (Fedora only)

./setup.sh
Notes
  • The path for globally installed npm packages is ~/.npm/packages/ (I don't like using sudo for stuff like this)

manual

  • Install lazygit

  • install these packages(most likely available in the distro repo)

  neovim kitty fastfetch btop cava ncmpcpp mpd lazygit stow npm nodejs python3 pip lua luarocks gloang rust
  • install these npm packages(required by some neovim plugins)
  neovim yarn pnpm browser-sync
  • finally, run stow command(make sure you're in the dotfiles dir!)
make stow
  • done!