summaryrefslogtreecommitdiff
path: root/packages.csv
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-06-12 11:43:18 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-06-12 11:43:18 +0100
commit06c1c66cb043eff7cd59941e66f07408eecb976c (patch)
tree2a28e0f4fe1ac631792e55cf6f0accc857c47a17 /packages.csv
parente52c152b4f1830c659e59d79788f32727a360655 (diff)
Simplify installing software from GitHub
Github repositories are public so don't need to prompt for private SSH keys when creating a user. Besides it would be difficult to manualy enter these keys via the dialog.
Diffstat (limited to 'packages.csv')
-rw-r--r--packages.csv21
1 files changed, 12 insertions, 9 deletions
diff --git a/packages.csv b/packages.csv
index 1c25966..806617c 100644
--- a/packages.csv
+++ b/packages.csv
@@ -1,9 +1,12 @@
-#Name, Description
-base-devel,is needed to compile software
-git,is needed to install software from git repositories
-libx11,is required to compile some software
-libxft,is required to compile some software
-sudo,allows root to install software as a different user
-terminus-font,is a monospace font that can be used in st.
-xorg-server,is the display server
-xorg-xinit,will allow us to start the display server
+#Tag, Name, Description
+,base-devel,is needed to compile software
+,git,is needed to install software from git repositories
+,libx11,is required to compile some software
+,libxft,is required to compile some software
+,sudo,allows root to install software as a different user
+,terminus-font,is a monospace font that can be used in st.
+,xorg-server,is the display server
+,xorg-xinit,will allow us to start the display server
+G,https://github.com:davidtsadler/dmenu.git,is a dynamic menu
+G,https://github.com:davidtsadler/dwm.git,is a dynamic window manager
+G,https://github.com:davidtsadler/st.git,is a simple terminal