diff options
| -rw-r--r-- | packages.csv | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/packages.csv b/packages.csv index dd20bcd..0ec9f75 100644 --- a/packages.csv +++ b/packages.csv @@ -2,11 +2,13 @@  ,base-devel,contains tools to compile software  ,git,is needed to install software from git repositories  ,libx11,is a dependency when compiling some software +,libxft,is a dependency when compiling some software  ,neofetch,is a fast, highly customizable system info script  ,stow,manages symbolic links and is used to install the custom dotfiles  ,sudo,allows a permitted user to execute a command as the superuser or another user +,xorg-server,is the display server +,xorg-xinit,will allow us to start the display server  ,zsh,is a shell -,libxft,is a dependency when compiling some software  A,ttf-meslo-nerd-font-powerlevel10k,is a font for powerlevel10k  A,zsh-fast-syntax-highlighting,adds feature rich syntax highlighting for Zsh  A,zsh-theme-powerlevel10k-git,is a theme for Zsh  | 
