replaced vscode with vscodium and removed torrental
This commit is contained in:
parent
6f61d64a20
commit
1f74cd98b6
1 changed files with 6 additions and 13 deletions
19
setup.sh
19
setup.sh
|
@ -650,11 +650,6 @@ setup_timeshift() {
|
||||||
package_install timeshift
|
package_install timeshift
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_torrential() {
|
|
||||||
# torrent client
|
|
||||||
package_install torrential
|
|
||||||
}
|
|
||||||
|
|
||||||
setup_unity() {
|
setup_unity() {
|
||||||
# game engine
|
# game engine
|
||||||
package_install unityhub
|
package_install unityhub
|
||||||
|
@ -688,12 +683,12 @@ setup_vlc() {
|
||||||
package_install vlc-luajit
|
package_install vlc-luajit
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_vscode() {
|
setup_vscodium() {
|
||||||
# proprietary vscode build
|
# vscode without microsoft
|
||||||
|
|
||||||
package_install visual-studio-code-bin
|
package_install vscodium-bin
|
||||||
|
|
||||||
POST_INSTALL+=("vscode: log in")
|
# todo: settings and extension
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_wine() {
|
setup_wine() {
|
||||||
|
@ -869,12 +864,11 @@ options=(
|
||||||
"shfmt" "" off
|
"shfmt" "" off
|
||||||
"steam" "" off
|
"steam" "" off
|
||||||
"timeshift" "" off
|
"timeshift" "" off
|
||||||
"torrential" "" off
|
|
||||||
"unity" "" off
|
"unity" "" off
|
||||||
"vim" "" off
|
"vim" "" off
|
||||||
"virtualbox" "" off
|
"virtualbox" "" off
|
||||||
"vlc" "" off
|
"vlc" "" off
|
||||||
"vscode" "" off
|
"vscodium" "" off
|
||||||
"wine" "" off
|
"wine" "" off
|
||||||
"wireshark" "" off
|
"wireshark" "" off
|
||||||
"office" "" off
|
"office" "" off
|
||||||
|
@ -930,12 +924,11 @@ for choice in $choices; do
|
||||||
"shfmt") setup_shfmt ;;
|
"shfmt") setup_shfmt ;;
|
||||||
"steam") setup_steam ;;
|
"steam") setup_steam ;;
|
||||||
"timeshift") setup_timeshift ;;
|
"timeshift") setup_timeshift ;;
|
||||||
"torrential") setup_torrential ;;
|
|
||||||
"unity") setup_unity ;;
|
"unity") setup_unity ;;
|
||||||
"vim") setup_vim ;;
|
"vim") setup_vim ;;
|
||||||
"virtualbox") setup_virtualbox ;;
|
"virtualbox") setup_virtualbox ;;
|
||||||
"vlc") setup_vlc ;;
|
"vlc") setup_vlc ;;
|
||||||
"vscode") setup_vscode ;;
|
"vscodium") setup_vscodium ;;
|
||||||
"wine") setup_wine ;;
|
"wine") setup_wine ;;
|
||||||
"wireshark") setup_wireshark ;;
|
"wireshark") setup_wireshark ;;
|
||||||
"office") setup_office ;;
|
"office") setup_office ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue