Skip to content

rogue-87/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!