added blender and vim
This commit is contained in:
parent
d075d51750
commit
a2bc52f135
1 changed files with 36 additions and 25 deletions
61
setup.sh
61
setup.sh
|
@ -77,33 +77,36 @@ remove_essentials() {
|
||||||
# Define instructions on how to setup applications & stuff
|
# Define instructions on how to setup applications & stuff
|
||||||
|
|
||||||
# future:
|
# future:
|
||||||
# vim `# the good text editor` \
|
# 4kvideodownloader \
|
||||||
# 4kvideodownloader `# downloading videos and audio from youtube` \
|
# alacarte \
|
||||||
# alacarte `# editing apps in gnome menu` \
|
# dotnet-sdk \
|
||||||
# blender `# 3D modeling, simulations, and video editing` \
|
# filezilla \
|
||||||
# dotnet-sdk `# C# development (for unity)` \
|
# gpa \
|
||||||
# filezilla `# FTP client` \
|
# gpick \
|
||||||
# gpa `# PGP key management` \
|
# gsmartcontrol \
|
||||||
# gpick `# screen color picking` \
|
# hardinfo \
|
||||||
# gsmartcontrol `# SSD health check` \
|
# htop \
|
||||||
# hardinfo `# seeing system hardware information` \
|
# lldb \
|
||||||
# htop `# managing processes` \
|
# mystiq \
|
||||||
# lldb `# debugger` \
|
# pavucontrol \
|
||||||
# mystiq `# video conversion` \
|
# piper \
|
||||||
# pavucontrol `# ` \
|
# putty \
|
||||||
# piper `# changing gaming mouse settings` \
|
# python-pip \
|
||||||
# putty `# ` \
|
# sqlitebrowser \
|
||||||
# python-pip `# python package management` \
|
# timeshift \
|
||||||
# ranger `# CLI File manager` \
|
# transmission-gtk \
|
||||||
# sqlitebrowser `# ` \
|
# unityhub \
|
||||||
# timeshift `# system backup` \
|
# xinput-gui \
|
||||||
# transmission-gtk `# torrent client` \
|
# xmousepasteblock-git \
|
||||||
# unityhub `# game development` \
|
# yarn \
|
||||||
# xinput-gui `# A simple GUI for Xorg's Xinput tool` \
|
|
||||||
# xmousepasteblock-git `# force disable middle click paste` \
|
|
||||||
# yarn `# ` \
|
|
||||||
|
|
||||||
|
|
||||||
|
setup_blender() {
|
||||||
|
package_install \
|
||||||
|
blender \
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
setup_conky() {
|
setup_conky() {
|
||||||
package_install \
|
package_install \
|
||||||
conky \
|
conky \
|
||||||
|
@ -511,6 +514,12 @@ setup_vscode() {
|
||||||
POST_INSTALL+=("vscode: log in")
|
POST_INSTALL+=("vscode: log in")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setup_vim() {
|
||||||
|
package_install \
|
||||||
|
vim \
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
setup_vlc() {
|
setup_vlc() {
|
||||||
package_install \
|
package_install \
|
||||||
vlc \
|
vlc \
|
||||||
|
@ -557,6 +566,7 @@ setup() {
|
||||||
# this is only here to prevent bash syntax error
|
# this is only here to prevent bash syntax error
|
||||||
cat /dev/null
|
cat /dev/null
|
||||||
|
|
||||||
|
# setup_blender
|
||||||
# setup_discord
|
# setup_discord
|
||||||
# setup_gimp
|
# setup_gimp
|
||||||
# setup_gnome
|
# setup_gnome
|
||||||
|
@ -564,6 +574,7 @@ setup() {
|
||||||
# setup_inkscape
|
# setup_inkscape
|
||||||
# setup_kdenlive
|
# setup_kdenlive
|
||||||
# setup_obs
|
# setup_obs
|
||||||
|
# setup_vim
|
||||||
# setup_virtualbox
|
# setup_virtualbox
|
||||||
# setup_vlc
|
# setup_vlc
|
||||||
# setup_vscode
|
# setup_vscode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue