diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 11:21:35 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 11:21:35 +0000 |
| commit | 35a69f8f95746229da6f129ff574fb12ffe6c9d5 (patch) | |
| tree | b407071b996b3cf6286ffd03b805496d8ffcc1a9 | |
| parent | ca2e15a00428f10dbcb63d8bb67a4c3c27ce69d7 (diff) | |
Add dependancies
| -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 |
