added some setup functions
This commit is contained in:
parent
db59d0df7e
commit
6bc3dd8bec
1 changed files with 30 additions and 12 deletions
42
setup.sh
42
setup.sh
|
@ -81,18 +81,6 @@ remove_essentials() {
|
|||
# #################### [ DEFINING SETUP ] ####################
|
||||
# Define instructions on how to setup applications & stuff
|
||||
|
||||
# future:
|
||||
# llvm & lldb \
|
||||
# mystiq \
|
||||
# pavucontrol \
|
||||
# putty \
|
||||
# python-pip \
|
||||
# sqlitebrowser \
|
||||
# timeshift \
|
||||
# transmission-gtk \
|
||||
# xinput-gui \
|
||||
# xmousepasteblock-git \
|
||||
|
||||
setup_4kvideodownloader() {
|
||||
package_install \
|
||||
4kvideodownloader \
|
||||
|
@ -446,6 +434,12 @@ setup_middleclickpaste() {
|
|||
# make it autostart
|
||||
}
|
||||
|
||||
setup_mystiq() {
|
||||
package_install \
|
||||
mystiq \
|
||||
|
||||
}
|
||||
|
||||
setup_node() {
|
||||
package_install \
|
||||
nodejs `# Javascript on servers!` \
|
||||
|
@ -487,6 +481,18 @@ setup_osu() {
|
|||
|
||||
}
|
||||
|
||||
setup_pavucontrol() {
|
||||
package_install \
|
||||
pavucontrol \
|
||||
|
||||
}
|
||||
|
||||
setup_pip() {
|
||||
package_install \
|
||||
python-pip \
|
||||
|
||||
}
|
||||
|
||||
setup_piper() {
|
||||
package_install \
|
||||
piper \
|
||||
|
@ -503,6 +509,18 @@ setup_shfmt() {
|
|||
:
|
||||
}
|
||||
|
||||
setup_timeshift() {
|
||||
package_install \
|
||||
timeshift \
|
||||
|
||||
}
|
||||
|
||||
setup_transmission() {
|
||||
package_install \
|
||||
transmission-gtk \
|
||||
|
||||
}
|
||||
|
||||
setup_unity() {
|
||||
package_install \
|
||||
unityhub \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue