added some install functions
This commit is contained in:
parent
9647c53eef
commit
dab1a803bc
1 changed files with 18 additions and 3 deletions
21
setup.sh
21
setup.sh
|
@ -79,9 +79,6 @@ remove_essentials() {
|
|||
# Define instructions on how to setup applications & stuff
|
||||
|
||||
# future:
|
||||
# 4kvideodownloader \
|
||||
# alacarte \
|
||||
# gpick \
|
||||
# hardinfo \
|
||||
# llvm & lldb \
|
||||
# mystiq \
|
||||
|
@ -94,6 +91,18 @@ remove_essentials() {
|
|||
# xinput-gui \
|
||||
# xmousepasteblock-git \
|
||||
|
||||
setup_4kvideodownloader() {
|
||||
package_install \
|
||||
4kvideodownloader \
|
||||
|
||||
}
|
||||
|
||||
setup_alacarte() {
|
||||
package_install \
|
||||
alacarte \
|
||||
|
||||
}
|
||||
|
||||
setup_blender() {
|
||||
package_install \
|
||||
blender \
|
||||
|
@ -336,6 +345,12 @@ setup_gnome() {
|
|||
POST_INSTALL+=("gnome: enable gnome extensions")
|
||||
}
|
||||
|
||||
setup_gpick() {
|
||||
package_install \
|
||||
gpick \
|
||||
|
||||
}
|
||||
|
||||
setup_go() {
|
||||
package_install \
|
||||
go \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue