Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 1.93 KB

NEEDED_PACKAGES.md

File metadata and controls

77 lines (53 loc) · 1.93 KB

About

There is a list of packages that need to install to get working environment. For ease I splitted them into three groups: generic, for desktop, for NeoVim.

Also I've posted links for some packages to github repository for review.

Note

For some packages I put their version and that means I use only this version range. So I don't guarantee that configurations will work fine with other versions.

Generic Packages

  • gcc/g++
  • zsh
  • bc
  • trash-cli
  • python3
  • unzip
  • bat - use it instead of cat(1)
  • fzf
  • ripgrep
  • openssh
  • btop

Packages for Desktop

WM environment:

Wayland clipboard:

  • wl-clipboard

Screenshoting:

Video recording:

  • wf-recorder
  • slurp
  • zenity

Notifications:

App Launcher:

Audio:

  • pulseaudio

Icons:

Packages for NeoVim

  • NeoVim (version >= 0.10.0)
  • tree-sitter
  • nodejs (if you working with JS)
  • ruby (for htmlbeautifier, and other formatters for neovim)
  • go (if you working with golang)
  • lldb & lldb-dap