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
|
# Define instructions on how to setup applications & stuff
|
||||||
|
|
||||||
# future:
|
# future:
|
||||||
# 4kvideodownloader \
|
|
||||||
# alacarte \
|
|
||||||
# gpick \
|
|
||||||
# hardinfo \
|
# hardinfo \
|
||||||
# llvm & lldb \
|
# llvm & lldb \
|
||||||
# mystiq \
|
# mystiq \
|
||||||
|
@ -94,6 +91,18 @@ remove_essentials() {
|
||||||
# xinput-gui \
|
# xinput-gui \
|
||||||
# xmousepasteblock-git \
|
# xmousepasteblock-git \
|
||||||
|
|
||||||
|
setup_4kvideodownloader() {
|
||||||
|
package_install \
|
||||||
|
4kvideodownloader \
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
setup_alacarte() {
|
||||||
|
package_install \
|
||||||
|
alacarte \
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
setup_blender() {
|
setup_blender() {
|
||||||
package_install \
|
package_install \
|
||||||
blender \
|
blender \
|
||||||
|
@ -336,6 +345,12 @@ setup_gnome() {
|
||||||
POST_INSTALL+=("gnome: enable gnome extensions")
|
POST_INSTALL+=("gnome: enable gnome extensions")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setup_gpick() {
|
||||||
|
package_install \
|
||||||
|
gpick \
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
setup_go() {
|
setup_go() {
|
||||||
package_install \
|
package_install \
|
||||||
go \
|
go \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue